#B3A879

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

Shades of Neutral Green #B3A879

Tints of Neutral Green #B3A879

Color information

#B3A879 (or 0xB3A879) is unknown color: approx Neutral Green. HEX triplet: B3, A8 and 79. RGB value is (179,168,121). Sum of RGB (Red+Green+Blue) = 179+168+121=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A879 is #4C5786. Grayscale: #A6A6A6. Windows color (decimal): -5003143 or 7973043. OLE color: 7973043.

HSL color Cylindrical-coordinate representation of color #B3A879: hue angle of 48.62º 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 #B3A879 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179168121-
CMYK00.060.320.30
HSL48.62º27.62%58.82%-
HSV(B)48.62º32.4%70.2%-
XYZ36.0438.9723.71-
YUV165.93102.64137.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=38.25%
G=35.90%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916812100.060.320.3048.6227.6258.82
HexB3A87906201E311c3b
Octal263250171064036613473
Binary1011001110101000111100101101000001111011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A879; }

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

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

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

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

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

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

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

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