#BBD997

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

Shades of Sprout #BBD997

Tints of Sprout #BBD997

Color information

#BBD997 (or 0xBBD997) is unknown color: approx Sprout. HEX triplet: BB, D9 and 97. RGB value is (187,217,151). Sum of RGB (Red+Green+Blue) = 187+217+151=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD997 is #442668. Grayscale: #C8C8C8. Windows color (decimal): -4466281 or 9951675. OLE color: 9951675.

HSL color Cylindrical-coordinate representation of color #BBD997: hue angle of 87.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD997 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB187217151-
CMYK0.1400.300.15
HSL87.27º46.48%72.16%-
HSV(B)87.27º30.41%85.1%-
XYZ50.8962.4238.65-
YUV200.51100.06118.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=33.69%
G=39.10%
B=27.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171510.1400.300.1587.2746.4872.16
HexBBD997E01EF572e48
Octal273331227160361712756110
Binary1011101111011001100101111110011110111110101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD997; }

 p { color: rgb(187,217,151); }

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

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

 a { background-color: rgb(187,217,151); }

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

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

 span { border-color: rgb(187,217,151); }

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