Html Css Color HEX #B2AC76 Neutral Green

📋 copy color: '#B2AC76'

red 178 ◦ green 172 ◦ blue 118

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

Shades of Neutral Green #B2AC76

Tints of Neutral Green #B2AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 38.03%
G = 36.75%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2AC76 (or 0xB2AC76) is known color: Neutral Green. HEX triplet: B2, AC and 76. RGB value is (178,172,118). Sum of RGB (Red+Green+Blue) = 178+172+118=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC76 is #4D5389. Grayscale: #A7A7A7. Windows color (decimal): -5067658 or 7777458. OLE color: 7777458.

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

Color convert

RGB 178 172 118 -
CMYK 0 0.03 0.34 0.30
HSL 54º 0.28% 0.58% -
HSV(B) 54º 0.34% 0.7% -
XYZ 36.38 40.28 23 -
YUV 167.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 178 172 118 0 0.03 0.34 0.30 54 0.28 0.58
Hex B2 AC 76 0 3 22 1E 36 1C 3A
Octal 262 254 166 0 3 42 36 66 34 72
Binary 10110010 10101100 1110110 0 11 100010 11110 110110 11100 111010

Color Harmonies of #B2AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC76

Black with #B2AC76

Text Example


Text Example

White with #B2AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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