#BDDE96

Color #BDDE96 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BDDE96

Tints of Sprout #BDDE96

Color information

#BDDE96 (or 0xBDDE96) is unknown color: approx Sprout. HEX triplet: BD, DE and 96. RGB value is (189,222,150). Sum of RGB (Red+Green+Blue) = 189+222+150=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE96 is #422169. Grayscale: #CCCCCC. Windows color (decimal): -4333930 or 9887421. OLE color: 9887421.

HSL color Cylindrical-coordinate representation of color #BDDE96: hue angle of 87.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDE96 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB189222150-
CMYK0.1500.320.13
HSL87.5º52.17%72.94%-
HSV(B)87.5º32.43%87.06%-
XYZ52.6165.2638.68-
YUV203.9297.57117.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=33.69%
G=39.57%
B=26.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221500.1500.320.1387.552.1772.94
HexBDDE96F020D583449
Octal275336226170401513064111
Binary10111101110111101001011011110100000110110110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE96; }

 p { color: rgb(189,222,150); }

 H1.HeaderClassName
 {
   color: #BDDE96;
 }
 .AnyTagClassName
 {
   color: #BDDE96;
 }
</style>
background-color css

<style>
 a { background-color: #BDDE96; }

 a { background-color: rgb(189,222,150); }

 div.DivClassName
 {
   background-color: #BDDE96;
 }
 .BgClassName
 {
   background-color: #BDDE96;
 }
</style>
border-color css

<style>
 span { border-color: #BDDE96; }

 span { border-color: rgb(189,222,150); }

 td.TdClassName
 {
   border-color: #BDDE96;
 }
 .TagClassName
 {
   border-color: #BDDE96;
 }
</style>