#BBD28A

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

Shades of Sprout #BBD28A

Tints of Sprout #BBD28A

Color information

#BBD28A (or 0xBBD28A) is unknown color: approx Sprout. HEX triplet: BB, D2 and 8A. RGB value is (187,210,138). Sum of RGB (Red+Green+Blue) = 187+210+138=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD28A is #442D75. Grayscale: #C3C3C3. Windows color (decimal): -4468086 or 9097915. OLE color: 9097915.

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

Color convert

RGB187210138-
CMYK0.1100.340.18
HSL79.17º44.44%68.24%-
HSV(B)79.17º34.29%82.35%-
XYZ48.1358.4932.8-
YUV194.9295.88122.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=34.95%
G=39.25%
B=25.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101380.1100.340.1879.1744.4468.24
HexBBD28AB022124f2c44
Octal273322212130422211754104
Binary101110111101001010001010101101000101001010011111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD28A; }

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

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

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

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

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

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

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

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