#BBDD90

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

Shades of Sprout #BBDD90

Tints of Sprout #BBDD90

Color information

#BBDD90 (or 0xBBDD90) is unknown color: approx Sprout. HEX triplet: BB, DD and 90. RGB value is (187,221,144). Sum of RGB (Red+Green+Blue) = 187+221+144=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD90 is #44226F. Grayscale: #CACACA. Windows color (decimal): -4465264 or 9493947. OLE color: 9493947.

HSL color Cylindrical-coordinate representation of color #BBDD90: hue angle of 86.49º degrees, saturation: 0.53, 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 #BBDD90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB187221144-
CMYK0.1500.350.13
HSL86.49º53.1%71.57%-
HSV(B)86.49º34.84%86.67%-
XYZ51.3864.2936.09-
YUV202.0695.24117.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=33.88%
G=40.04%
B=26.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211440.1500.350.1386.4953.171.57
HexBBDD90F023D563548
Octal273335220170431512665110
Binary10111011110111011001000011110100011110110101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD90; }

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

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

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

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

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

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

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

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