#B2B79E

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

Shades of Green Spring #B2B79E

Tints of Green Spring #B2B79E

Color information

#B2B79E (or 0xB2B79E) is unknown color: approx Green Spring. HEX triplet: B2, B7 and 9E. RGB value is (178,183,158). Sum of RGB (Red+Green+Blue) = 178+183+158=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B79E is #4D4861. Grayscale: #B2B2B2. Windows color (decimal): -5064802 or 10401714. OLE color: 10401714.

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

Color convert

RGB178183158-
CMYK0.0300.140.28
HSL72º14.79%66.86%-
HSV(B)72º13.66%71.76%-
XYZ41.4745.839-
YUV178.66116.34127.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 158 (62.11% from 255) = 30.44%
R=34.30%
G=35.26%
B=30.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831580.0300.140.287214.7966.86
HexB2B79E30E1C48f43
Octal26226723630163411017103
Binary101100101011011110011110110111011100100100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B79E; }

 p { color: rgb(178,183,158); }

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

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

 a { background-color: rgb(178,183,158); }

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

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

 span { border-color: rgb(178,183,158); }

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