Html Css Color HEX #B3AA76 Neutral Green

📋 copy color: '#B3AA76'

red 179 ◦ green 170 ◦ blue 118

#B3AA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neutral Green #B3AA76

Tints of Neutral Green #B3AA76

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 170 (66.8% from 255) = 36.4%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 38.33%
G = 36.4%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B3AA76 (or 0xB3AA76) is known color: Neutral Green. HEX triplet: B3, AA and 76. RGB value is (179,170,118). Sum of RGB (Red+Green+Blue) = 179+170+118=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA76 is #4C5589. Grayscale: #A6A6A6. Windows color (decimal): -5002634 or 7776947. OLE color: 7776947.

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

Color convert

RGB 179 170 118 -
CMYK 0 0.05 0.34 0.30
HSL 51.15º 0.29% 0.58% -
HSV(B) 51.15º 0.34% 0.7% -
XYZ 36.24 39.64 22.88 -
YUV 166.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 179 170 118 0 0.05 0.34 0.30 51.15 0.29 0.58
Hex B3 AA 76 0 5 22 1E 33 1D 3A
Octal 263 252 166 0 5 42 36 63 35 72
Binary 10110011 10101010 1110110 0 101 100010 11110 110011 11101 111010

Color Harmonies of #B3AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA76

Black with #B3AA76

Text Example


Text Example

White with #B3AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA76; }

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

 H1.HeaderClassName
 {
   color: #B3AA76;
 }
 .AnyTagClassName
 {
   color: #B3AA76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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