#BBDB91

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

Shades of Sprout #BBDB91

Tints of Sprout #BBDB91

Color information

#BBDB91 (or 0xBBDB91) is unknown color: approx Sprout. HEX triplet: BB, DB and 91. RGB value is (187,219,145). Sum of RGB (Red+Green+Blue) = 187+219+145=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB91 is #44246E. Grayscale: #C9C9C9. Windows color (decimal): -4465775 or 9558971. OLE color: 9558971.

HSL color Cylindrical-coordinate representation of color #BBDB91: hue angle of 85.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDB91 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB187219145-
CMYK0.1500.340.14
HSL85.95º50.68%71.37%-
HSV(B)85.95º33.79%85.88%-
XYZ50.9463.2736.32-
YUV20196.4118.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=33.94%
G=39.75%
B=26.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191450.1500.340.1485.9550.6871.37
HexBBDB91F022E563347
Octal273333221170421612663107
Binary10111011110110111001000111110100010111010101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB91; }

 p { color: rgb(187,219,145); }

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

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

 a { background-color: rgb(187,219,145); }

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

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

 span { border-color: rgb(187,219,145); }

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