Html Css Color HEX #B2AC77 Neutral Green

📋 copy color: '#B2AC77'

red 178 ◦ green 172 ◦ blue 119

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

Shades of Neutral Green #B2AC77

Tints of Neutral Green #B2AC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 37.95%
G = 36.67%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B2AC77 (or 0xB2AC77) is known color: Neutral Green. HEX triplet: B2, AC and 77. RGB value is (178,172,119). Sum of RGB (Red+Green+Blue) = 178+172+119=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC77 is #4D5388. Grayscale: #A7A7A7. Windows color (decimal): -5067657 or 7842994. OLE color: 7842994.

HSL color Cylindrical-coordinate representation of color #B2AC77: hue angle of 53.9º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AC77 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 119 -
CMYK 0 0.03 0.33 0.30
HSL 53.9º 0.28% 0.58% -
HSV(B) 53.9º 0.33% 0.7% -
XYZ 36.44 40.3 23.31 -
YUV 167.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 178 172 119 0 0.03 0.33 0.30 53.9 0.28 0.58
Hex B2 AC 77 0 3 21 1E 36 1C 3A
Octal 262 254 167 0 3 41 36 66 34 72
Binary 10110010 10101100 1110111 0 11 100001 11110 110110 11100 111010

Color Harmonies of #B2AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC77

Black with #B2AC77

Text Example


Text Example

White with #B2AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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