#B3B079

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

Shades of Neutral Green #B3B079

Tints of Neutral Green #B3B079

Color information

#B3B079 (or 0xB3B079) is unknown color: approx Neutral Green. HEX triplet: B3, B0 and 79. RGB value is (179,176,121). Sum of RGB (Red+Green+Blue) = 179+176+121=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B079 is #4C4F86. Grayscale: #AAAAAA. Windows color (decimal): -5001095 or 7975091. OLE color: 7975091.

HSL color Cylindrical-coordinate representation of color #B3B079: hue angle of 56.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B079 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179176121-
CMYK00.020.320.30
HSL56.9º27.62%58.82%-
HSV(B)56.9º32.4%70.2%-
XYZ37.5742.0124.22-
YUV170.6399.99133.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=37.61%
G=36.97%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917612100.020.320.3056.927.6258.82
HexB3B07902201E391c3b
Octal263260171024036713473
Binary101100111011000011110010101000001111011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B079; }

 p { color: rgb(179,176,121); }

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

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

 a { background-color: rgb(179,176,121); }

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

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

 span { border-color: rgb(179,176,121); }

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