#BBD28C

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

Shades of Sprout #BBD28C

Tints of Sprout #BBD28C

Color information

#BBD28C (or 0xBBD28C) is unknown color: approx Sprout. HEX triplet: BB, D2 and 8C. RGB value is (187,210,140). Sum of RGB (Red+Green+Blue) = 187+210+140=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD28C is #442D73. Grayscale: #C3C3C3. Windows color (decimal): -4468084 or 9228987. OLE color: 9228987.

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

Color convert

RGB187210140-
CMYK0.1100.330.18
HSL79.71º43.75%68.63%-
HSV(B)79.71º33.33%82.35%-
XYZ48.2758.5533.57-
YUV195.1496.88122.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=34.82%
G=39.11%
B=26.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101400.1100.330.1879.7143.7568.63
HexBBD28CB02112502c45
Octal273322214130412212054105
Binary101110111101001010001100101101000011001010100001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD28C; }

 p { color: rgb(187,210,140); }

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

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

 a { background-color: rgb(187,210,140); }

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

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

 span { border-color: rgb(187,210,140); }

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