Html Css Color HEX #B2A979 Neutral Green

📋 copy color: '#B2A979'

red 178 ◦ green 169 ◦ blue 121

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

Shades of Neutral Green #B2A979

Tints of Neutral Green #B2A979

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 38.03%
G = 36.11%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B2A979 (or 0xB2A979) is known color: Neutral Green. HEX triplet: B2, A9 and 79. RGB value is (178,169,121). Sum of RGB (Red+Green+Blue) = 178+169+121=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A979 is #4D5686. Grayscale: #A6A6A6. Windows color (decimal): -5068423 or 7973298. OLE color: 7973298.

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

Color convert

RGB 178 169 121 -
CMYK 0 0.05 0.32 0.30
HSL 50.53º 0.27% 0.59% -
HSV(B) 50.53º 0.32% 0.7% -
XYZ 36 39.22 23.76 -
YUV 166.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 178 169 121 0 0.05 0.32 0.30 50.53 0.27 0.59
Hex B2 A9 79 0 5 20 1E 33 1B 3B
Octal 262 251 171 0 5 40 36 63 33 73
Binary 10110010 10101001 1111001 0 101 100000 11110 110011 11011 111011

Color Harmonies of #B2A979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A979

Black with #B2A979

Text Example


Text Example

White with #B2A979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A979; }

 p { color: rgb(178,169,121); }

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

background-color css

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

 a { background-color: rgb(178,169,121); }

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

border-color css

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

 span { border-color: rgb(178,169,121); }

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