Html Css Color HEX #B2AA84 Neutral Green

📋 copy color: '#B2AA84'

red 178 ◦ green 170 ◦ blue 132

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

Shades of Neutral Green #B2AA84

Tints of Neutral Green #B2AA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 37.08%
G = 35.42%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2AA84 (or 0xB2AA84) is known color: Neutral Green. HEX triplet: B2, AA and 84. RGB value is (178,170,132). Sum of RGB (Red+Green+Blue) = 178+170+132=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA84 is #4D557B. Grayscale: #A8A8A8. Windows color (decimal): -5068156 or 8694450. OLE color: 8694450.

HSL color Cylindrical-coordinate representation of color #B2AA84: hue angle of 49.57º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AA84 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 132 -
CMYK 0 0.04 0.26 0.30
HSL 49.57º 0.23% 0.61% -
HSV(B) 49.57º 0.26% 0.7% -
XYZ 36.9 39.88 27.58 -
YUV 168.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 178 170 132 0 0.04 0.26 0.30 49.57 0.23 0.61
Hex B2 AA 84 0 4 1A 1E 32 17 3D
Octal 262 252 204 0 4 32 36 62 27 75
Binary 10110010 10101010 10000100 0 100 11010 11110 110010 10111 111101

Color Harmonies of #B2AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA84

Black with #B2AA84

Text Example


Text Example

White with #B2AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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