#BDDE94

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

Shades of Sprout #BDDE94

Tints of Sprout #BDDE94

Color information

#BDDE94 (or 0xBDDE94) is unknown color: approx Sprout. HEX triplet: BD, DE and 94. RGB value is (189,222,148). Sum of RGB (Red+Green+Blue) = 189+222+148=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE94 is #42216B. Grayscale: #CBCBCB. Windows color (decimal): -4333932 or 9756349. OLE color: 9756349.

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

Color convert

RGB189222148-
CMYK0.1500.330.13
HSL86.76º52.86%72.55%-
HSV(B)86.76º33.33%87.06%-
XYZ52.4565.237.84-
YUV203.796.57117.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=33.81%
G=39.71%
B=26.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221480.1500.330.1386.7652.8672.55
HexBDDE94F021D573549
Octal275336224170411512765111
Binary10111101110111101001010011110100001110110101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE94; }

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

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

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

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

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

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

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

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