#B3AD76

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

Shades of Neutral Green #B3AD76

Tints of Neutral Green #B3AD76

Color information

#B3AD76 (or 0xB3AD76) is unknown color: approx Neutral Green. HEX triplet: B3, AD and 76. RGB value is (179,173,118). Sum of RGB (Red+Green+Blue) = 179+173+118=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD76 is #4C5289. Grayscale: #A8A8A8. Windows color (decimal): -5001866 or 7777715. OLE color: 7777715.

HSL color Cylindrical-coordinate representation of color #B3AD76: hue angle of 54.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3AD76 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179173118-
CMYK00.030.340.30
HSL54.1º28.64%58.24%-
HSV(B)54.1º34.08%70.2%-
XYZ36.840.7823.07-
YUV168.5299.49135.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=38.09%
G=36.81%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917311800.030.340.3054.128.6458.24
HexB3AD7603221E361d3a
Octal263255166034236663572
Binary101100111010110111101100111000101111011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD76; }

 p { color: rgb(179,173,118); }

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

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

 a { background-color: rgb(179,173,118); }

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

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

 span { border-color: rgb(179,173,118); }

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