#BBD18E

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

Shades of Sprout #BBD18E

Tints of Sprout #BBD18E

Color information

#BBD18E (or 0xBBD18E) is unknown color: approx Sprout. HEX triplet: BB, D1 and 8E. RGB value is (187,209,142). Sum of RGB (Red+Green+Blue) = 187+209+142=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD18E is #442E71. Grayscale: #C3C3C3. Windows color (decimal): -4468338 or 9359803. OLE color: 9359803.

HSL color Cylindrical-coordinate representation of color #BBD18E: hue angle of 79.7º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD18E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB187209142-
CMYK0.1100.320.18
HSL79.7º42.14%68.82%-
HSV(B)79.7º32.06%81.96%-
XYZ48.1858.1234.27-
YUV194.7898.21122.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=34.76%
G=38.85%
B=26.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091420.1100.320.1879.742.1468.82
HexBBD18EB02012502a45
Octal273321216130402212052105
Binary101110111101000110001110101101000001001010100001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD18E; }

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

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

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

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

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

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

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

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