#B0BC9C

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

Shades of Sprout #B0BC9C

Tints of Sprout #B0BC9C

Color information

#B0BC9C (or 0xB0BC9C) is unknown color: approx Sprout. HEX triplet: B0, BC and 9C. RGB value is (176,188,156). Sum of RGB (Red+Green+Blue) = 176+188+156=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9C is #4F4363. Grayscale: #B4B4B4. Windows color (decimal): -5194596 or 10271920. OLE color: 10271920.

HSL color Cylindrical-coordinate representation of color #B0BC9C: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0BC9C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB176188156-
CMYK0.0600.170.26
HSL82.5º19.28%67.45%-
HSV(B)82.5º17.02%73.73%-
XYZ41.8947.638.43-
YUV180.76114.02124.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 156 (61.33% from 255) = 30%
R=33.85%
G=36.15%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881560.0600.170.2682.519.2867.45
HexB0BC9C60111A521343
Octal26027423460213212223103
Binary101100001011110010011100110010001110101010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC9C; }

 p { color: rgb(176,188,156); }

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

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

 a { background-color: rgb(176,188,156); }

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

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

 span { border-color: rgb(176,188,156); }

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