COLOR #BDF592

HEX: #BDF592 RGB: (189,245,146)

Color info

#BDF592 contains mainly red and green colors. Web safe color of #BDF592 is #CCFF99 (or #CF9).

RGB color model

#BDF592 color RGB value is (189,245,146).

RGB: (189,245,146) (74%, 96%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 146 of 255 = 57%

189
245
146

R + G + B ~ 76%. #BDF592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 245 + 146 = 580 (100%)
R 189 of 580 ~ 32.59%
G 245 of 580 ~ 42.24%
B 146 of 580 ~ 25.17'%

%32.59
%42.24
%25.17

CMYK color model

#BDF592 color CMYK value is (23,0,40,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 3.92%

CMYK: (23,0,40,4)
C23M0Y40K4 (23%, 0%, 40%, 4%)
(0.23 / 0.00 / 0.40 / 0.04)

CMYK percentages

%22.86
%0
%40.41
%3.92

Codes

Color #BDF592 in popluar color models

BD F5 92
RGB 189 245 146
HSL 94° 83.19% 76.67%
HSB/HSV 94° 40.41% 96.08%
CMYK 22.86% 0.00% 40.41%
3.92%

Color #BDF592 in popluar number systems.

HEX BD F5 92
Decimal 189 245 146
Binary 10111101 11110101 10010010
Octal 275 365 222

Shades and tints

Shades of #BDF592

#BDF592
(189,245,146)
#ACDF85
(172,223,133)
#9BC978
(155,201,120)
#8AB36B
(138,179,107)
#799D5E
(121,157,94)
#688751
(104,135,81)
#577144
(87,113,68)
#465B37
(70,91,55)
#35452A
(53,69,42)
#242F1D
(36,47,29)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDF592

#BDF592
(189,245,146)
#C3F59B
(195,245,155)
#C9F5A4
(201,245,164)
#CFF5AD
(207,245,173)
#D5F5B6
(213,245,182)
#DBF5BF
(219,245,191)
#E1F5C8
(225,245,200)
#E7F5D1
(231,245,209)
#EDF5DA
(237,245,218)
#F3F5E3
(243,245,227)
#F9F5EC
(249,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF592 color. Also use rgb(189,245,146) instead hex code.

Text Font Color

.myTextColor { color: #BDF592; }

<p style="color:#BDF592">This sample text font color is #BDF592.</p>

This text font color is #BDF592.

Background Color

.myBgColor { background-color: #BDF592; }

<div style="background-color:#BDF592">Inner text</div>

This div background color is #BDF592.

Border color

.myBorderColor { border: 1px solid #BDF592; }

<div style="border:3px solid #BDF592">Div</div>

This div border color is #BDF592.

Opacity

.myOpacity80 { color: #BDF592; opacity: 0.8; }

<p style="color:#BDF592;opacity:0.8;">80%</p>

Text with #BDF592 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDF592;}

<p style="text-shadow: 3px 3px 1px #BDF592">Text here.</p>

This text has shadow with #BDF592 color.


.textShadow {text-shadow: 3px 3px 1px #BDF592', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDF592, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDF592 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDF592, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDF592, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDF592 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDF592;
-webkit-box-shadow: 1px 1px 3px 2px #BDF592;
box-shadow: 1px 1px 3px 2px #BDF592;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDF592; -webkit-box-shadow: 1px 1px 3px 2px #BDF592; box-shadow:1px 1px 3px 2px #BDF592;">
Div content here
</div>

This div box has shadow with color #BDF592.

Preview

Color preview on black background

This text has color #BDF592 on black background.


Color preview on white background

This text has color #BDF592 on white background.


Black color preview on #BDF592 background

This text has black color on #BDF592 background.


White color preview on #BDF592 background

This text has white color on #BDF592 background.


Related colors

Complementary color

Complementary color for #hex is #420A6D.


I love getcolorcode.com

Triadic colors

1 #92BDF5 and #F592BD with #BDF592 are triadic colors.

2 #92F5BD and #F5BD92 with #BDF592 are triadic colors.