#bbdf95

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

Shades of Sprout #BBDF95

Tints of Sprout #BBDF95

Color information

#BBDF95 (or 0xBBDF95) is unknown color: approx Sprout. HEX triplet: BB, DF and 95. RGB value is (187,223,149). Sum of RGB (Red+Green+Blue) = 187+223+149=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF95 is #44206A. Grayscale: #CCCCCC. Windows color (decimal): -4464747 or 9822139. OLE color: 9822139.

HSL color Cylindrical-coordinate representation of color #BBDF95: hue angle of 89.19º degrees, saturation: 0.54, 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 #BBDF95 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB187223149-
CMYK0.1600.330.13
HSL89.19º53.62%72.94%-
HSV(B)89.19º33.18%87.45%-
XYZ52.3165.5138.32-
YUV203.897.07116.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=33.45%
G=39.89%
B=26.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231490.1600.330.1389.1953.6272.94
HexBBDF9510021D593649
Octal273337225200411513166111
Binary101110111101111110010101100000100001110110110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbdf95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbdf95; }

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

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

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

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

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

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

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

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