#bbc99c

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

Shades of Sprout #BBC99C

Tints of Sprout #BBC99C

Color information

#BBC99C (or 0xBBC99C) is unknown color: approx Sprout. HEX triplet: BB, C9 and 9C. RGB value is (187,201,156). Sum of RGB (Red+Green+Blue) = 187+201+156=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99C is #443663. Grayscale: #BFBFBF. Windows color (decimal): -4470372 or 10275259. OLE color: 10275259.

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

Color convert

RGB187201156-
CMYK0.0700.220.21
HSL78.67º29.41%70%-
HSV(B)78.67º22.39%78.82%-
XYZ47.3854.7439.52-
YUV191.68107.86124.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=34.38%
G=36.95%
B=28.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011560.0700.220.2178.6729.4170
HexBBC99C7016154f1d46
Octal27331123470262511735106
Binary101110111100100110011100111010110101011001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc99c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc99c; }

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

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

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

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

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

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

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

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