#BBDB95

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

Shades of Sprout #BBDB95

Tints of Sprout #BBDB95

Color information

#BBDB95 (or 0xBBDB95) is unknown color: approx Sprout. HEX triplet: BB, DB and 95. RGB value is (187,219,149). Sum of RGB (Red+Green+Blue) = 187+219+149=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB95 is #44246A. Grayscale: #C9C9C9. Windows color (decimal): -4465771 or 9821115. OLE color: 9821115.

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

Color convert

RGB187219149-
CMYK0.1500.320.14
HSL87.43º49.3%72.16%-
HSV(B)87.43º31.96%85.88%-
XYZ51.2563.437.97-
YUV201.4598.4117.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=33.69%
G=39.46%
B=26.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191490.1500.320.1487.4349.372.16
HexBBDB95F020E573148
Octal273333225170401612761110
Binary10111011110110111001010111110100000111010101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB95; }

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

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

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

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

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

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

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

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