Html Css Color HEX #B2A879 Neutral Green

📋 copy color: '#B2A879'

red 178 ◦ green 168 ◦ blue 121

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

Shades of Neutral Green #B2A879

Tints of Neutral Green #B2A879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 38.12%
G = 35.97%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B2A879 (or 0xB2A879) is known color: Neutral Green. HEX triplet: B2, A8 and 79. RGB value is (178,168,121). Sum of RGB (Red+Green+Blue) = 178+168+121=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A879 is #4D5786. Grayscale: #A5A5A5. Windows color (decimal): -5068679 or 7973042. OLE color: 7973042.

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

Color convert

RGB 178 168 121 -
CMYK 0 0.06 0.32 0.30
HSL 49.47º 0.27% 0.59% -
HSV(B) 49.47º 0.32% 0.7% -
XYZ 35.81 38.85 23.7 -
YUV 165.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 178 168 121 0 0.06 0.32 0.30 49.47 0.27 0.59
Hex B2 A8 79 0 6 20 1E 31 1B 3B
Octal 262 250 171 0 6 40 36 61 33 73
Binary 10110010 10101000 1111001 0 110 100000 11110 110001 11011 111011

Color Harmonies of #B2A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A879

Black with #B2A879

Text Example


Text Example

White with #B2A879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A879; }

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

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

background-color css

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

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

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

border-color css

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

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

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