#BBD999

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

Shades of Sprout #BBD999

Tints of Sprout #BBD999

Color information

#BBD999 (or 0xBBD999) is unknown color: approx Sprout. HEX triplet: BB, D9 and 99. RGB value is (187,217,153). Sum of RGB (Red+Green+Blue) = 187+217+153=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD999 is #442666. Grayscale: #C8C8C8. Windows color (decimal): -4466279 or 10082747. OLE color: 10082747.

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

Color convert

RGB187217153-
CMYK0.1400.290.15
HSL88.12º45.71%72.55%-
HSV(B)88.12º29.49%85.1%-
XYZ51.0662.4939.51-
YUV200.73101.06118.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=33.57%
G=38.96%
B=27.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171530.1400.290.1588.1245.7172.55
HexBBD999E01DF582e49
Octal273331231160351713056111
Binary1011101111011001100110011110011101111110110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD999; }

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

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

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

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

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

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

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

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