#B0B79F

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

Shades of Green Spring #B0B79F

Tints of Green Spring #B0B79F

Color information

#B0B79F (or 0xB0B79F) is unknown color: approx Green Spring. HEX triplet: B0, B7 and 9F. RGB value is (176,183,159). Sum of RGB (Red+Green+Blue) = 176+183+159=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B79F is #4F4860. Grayscale: #B2B2B2. Windows color (decimal): -5195873 or 10467248. OLE color: 10467248.

HSL color Cylindrical-coordinate representation of color #B0B79F: hue angle of 77.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B79F is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB176183159-
CMYK0.0400.130.28
HSL77.5º14.29%67.06%-
HSV(B)77.5º13.11%71.76%-
XYZ41.145.639.44-
YUV178.17117.18126.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=33.98%
G=35.33%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831590.0400.130.2877.514.2967.06
HexB0B79F40D1C4de43
Octal26026723740153411516103
Binary1011000010110111100111111000110111100100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B79F; }

 p { color: rgb(176,183,159); }

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

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

 a { background-color: rgb(176,183,159); }

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

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

 span { border-color: rgb(176,183,159); }

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