#B0BC9B

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

Shades of Sprout #B0BC9B

Tints of Sprout #B0BC9B

Color information

#B0BC9B (or 0xB0BC9B) is unknown color: approx Sprout. HEX triplet: B0, BC and 9B. RGB value is (176,188,155). Sum of RGB (Red+Green+Blue) = 176+188+155=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9B is #4F4364. Grayscale: #B4B4B4. Windows color (decimal): -5194597 or 10206384. OLE color: 10206384.

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

Color convert

RGB176188155-
CMYK0.0600.180.26
HSL81.82º19.76%67.25%-
HSV(B)81.82º17.55%73.73%-
XYZ41.847.5637.99-
YUV180.65113.52124.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=33.91%
G=36.22%
B=29.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881550.0600.180.2681.8219.7667.25
HexB0BC9B60121A521443
Octal26027423360223212224103
Binary101100001011110010011011110010010110101010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC9B; }

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

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

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

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

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

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

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

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