#B0BF94

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

Shades of Sprout #B0BF94

Tints of Sprout #B0BF94

Color information

#B0BF94 (or 0xB0BF94) is unknown color: approx Sprout. HEX triplet: B0, BF and 94. RGB value is (176,191,148). Sum of RGB (Red+Green+Blue) = 176+191+148=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF94 is #4F406B. Grayscale: #B5B5B5. Windows color (decimal): -5193836 or 9748400. OLE color: 9748400.

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

Color convert

RGB176191148-
CMYK0.0800.230.25
HSL80.93º25.15%66.47%-
HSV(B)80.93º22.51%74.9%-
XYZ41.8848.6335.2-
YUV181.61109.03124-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=34.17%
G=37.09%
B=28.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911480.0800.230.2580.9325.1566.47
HexB0BF94801719511942
Octal260277224100273112131102
Binary1011000010111111100101001000010111110011010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF94; }

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

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

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

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

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

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

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

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