#B0B79C

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

Shades of Green Spring #B0B79C

Tints of Green Spring #B0B79C

Color information

#B0B79C (or 0xB0B79C) is unknown color: approx Green Spring. HEX triplet: B0, B7 and 9C. RGB value is (176,183,156). Sum of RGB (Red+Green+Blue) = 176+183+156=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B79C is #4F4863. Grayscale: #B1B1B1. Windows color (decimal): -5195876 or 10270640. OLE color: 10270640.

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

Color convert

RGB176183156-
CMYK0.0400.150.28
HSL75.56º15.79%66.47%-
HSV(B)75.56º14.75%71.76%-
XYZ40.8445.538.08-
YUV177.83115.68126.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=34.17%
G=35.53%
B=30.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831560.0400.150.2875.5615.7966.47
HexB0B79C40F1C4c1042
Octal26026723440173411420102
Binary10110000101101111001110010001111111001001100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B79C; }

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

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

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

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

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

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

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

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