Html Css Color HEX #B2AA76 Neutral Green

📋 copy color: '#B2AA76'

red 178 ◦ green 170 ◦ blue 118

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

Shades of Neutral Green #B2AA76

Tints of Neutral Green #B2AA76

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

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

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

R = 38.2%
G = 36.48%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2AA76 (or 0xB2AA76) is known color: Neutral Green. HEX triplet: B2, AA and 76. RGB value is (178,170,118). Sum of RGB (Red+Green+Blue) = 178+170+118=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA76 is #4D5589. Grayscale: #A6A6A6. Windows color (decimal): -5068170 or 7776946. OLE color: 7776946.

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

Color convert

RGB 178 170 118 -
CMYK 0 0.04 0.34 0.30
HSL 52º 0.28% 0.58% -
HSV(B) 52º 0.34% 0.7% -
XYZ 36 39.52 22.87 -
YUV 166.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 178 170 118 0 0.04 0.34 0.30 52 0.28 0.58
Hex B2 AA 76 0 4 22 1E 34 1C 3A
Octal 262 252 166 0 4 42 36 64 34 72
Binary 10110010 10101010 1110110 0 100 100010 11110 110100 11100 111010

Color Harmonies of #B2AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA76

Black with #B2AA76

Text Example


Text Example

White with #B2AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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