#BBDE90

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

Shades of Sprout #BBDE90

Tints of Sprout #BBDE90

Color information

#BBDE90 (or 0xBBDE90) is unknown color: approx Sprout. HEX triplet: BB, DE and 90. RGB value is (187,222,144). Sum of RGB (Red+Green+Blue) = 187+222+144=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE90 is #44216F. Grayscale: #CACACA. Windows color (decimal): -4465008 or 9494203. OLE color: 9494203.

HSL color Cylindrical-coordinate representation of color #BBDE90: hue angle of 86.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDE90 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB187222144-
CMYK0.1600.350.13
HSL86.92º54.17%71.76%-
HSV(B)86.92º35.14%87.06%-
XYZ51.6564.8236.18-
YUV202.6494.9116.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=33.82%
G=40.14%
B=26.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221440.1600.350.1386.9254.1771.76
HexBBDE9010023D573648
Octal273336220200431512766110
Binary101110111101111010010000100000100011110110101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE90; }

 p { color: rgb(187,222,144); }

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

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

 a { background-color: rgb(187,222,144); }

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

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

 span { border-color: rgb(187,222,144); }

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