#B0BF95

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

Shades of Sprout #B0BF95

Tints of Sprout #B0BF95

Color information

#B0BF95 (or 0xB0BF95) is unknown color: approx Sprout. HEX triplet: B0, BF and 95. RGB value is (176,191,149). Sum of RGB (Red+Green+Blue) = 176+191+149=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF95 is #4F406A. Grayscale: #B5B5B5. Windows color (decimal): -5193835 or 9813936. OLE color: 9813936.

HSL color Cylindrical-coordinate representation of color #B0BF95: hue angle of 81.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0BF95 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB176191149-
CMYK0.0800.220.25
HSL81.43º24.71%66.67%-
HSV(B)81.43º21.99%74.9%-
XYZ41.9648.6635.61-
YUV181.73109.53123.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=34.11%
G=37.02%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911490.0800.220.2581.4324.7166.67
HexB0BF95801619511943
Octal260277225100263112131103
Binary1011000010111111100101011000010110110011010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF95; }

 p { color: rgb(176,191,149); }

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

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

 a { background-color: rgb(176,191,149); }

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

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

 span { border-color: rgb(176,191,149); }

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