#BBC99F

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

Shades of Sprout #BBC99F

Tints of Sprout #BBC99F

Color information

#BBC99F (or 0xBBC99F) is unknown color: approx Sprout. HEX triplet: BB, C9 and 9F. RGB value is (187,201,159). Sum of RGB (Red+Green+Blue) = 187+201+159=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99F is #443660. Grayscale: #C0C0C0. Windows color (decimal): -4470369 or 10471867. OLE color: 10471867.

HSL color Cylindrical-coordinate representation of color #BBC99F: hue angle of 80º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC99F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB187201159-
CMYK0.0700.210.21
HSL80º28%70.59%-
HSV(B)80º20.9%78.82%-
XYZ47.6454.8440.88-
YUV192.03109.36124.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=34.19%
G=36.75%
B=29.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011590.0700.210.21802870.59
HexBBC99F701515501c47
Octal27331123770252512034107
Binary101110111100100110011111111010101101011010000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC99F; }

 p { color: rgb(187,201,159); }

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

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

 a { background-color: rgb(187,201,159); }

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

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

 span { border-color: rgb(187,201,159); }

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