#BBD58E

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

Shades of Sprout #BBD58E

Tints of Sprout #BBD58E

Color information

#BBD58E (or 0xBBD58E) is unknown color: approx Sprout. HEX triplet: BB, D5 and 8E. RGB value is (187,213,142). Sum of RGB (Red+Green+Blue) = 187+213+142=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD58E is #442A71. Grayscale: #C5C5C5. Windows color (decimal): -4467314 or 9360827. OLE color: 9360827.

HSL color Cylindrical-coordinate representation of color #BBD58E: hue angle of 81.97º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD58E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB187213142-
CMYK0.1200.330.16
HSL81.97º45.81%69.61%-
HSV(B)81.97º33.33%83.53%-
XYZ49.1760.1134.6-
YUV197.1396.89120.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=34.50%
G=39.30%
B=26.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131420.1200.330.1681.9745.8169.61
HexBBD58EC02110522e46
Octal273325216140412012256106
Binary101110111101010110001110110001000011000010100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD58E; }

 p { color: rgb(187,213,142); }

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

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

 a { background-color: rgb(187,213,142); }

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

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

 span { border-color: rgb(187,213,142); }

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