Html Css Color HEX #B4AC77 Neutral Green

📋 copy color: '#B4AC77'

red 180 ◦ green 172 ◦ blue 119

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

Shades of Neutral Green #B4AC77

Tints of Neutral Green #B4AC77

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

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

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

R = 38.22%
G = 36.52%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B4AC77 (or 0xB4AC77) is known color: Neutral Green. HEX triplet: B4, AC and 77. RGB value is (180,172,119). Sum of RGB (Red+Green+Blue) = 180+172+119=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC77 is #4B5388. Grayscale: #A8A8A8. Windows color (decimal): -4936585 or 7842996. OLE color: 7842996.

HSL color Cylindrical-coordinate representation of color #B4AC77: hue angle of 52.13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4AC77 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 172 119 -
CMYK 0 0.04 0.34 0.29
HSL 52.13º 0.29% 0.59% -
HSV(B) 52.13º 0.34% 0.71% -
XYZ 36.9 40.54 23.33 -
YUV 168.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 180 172 119 0 0.04 0.34 0.29 52.13 0.29 0.59
Hex B4 AC 77 0 4 22 1D 34 1D 3B
Octal 264 254 167 0 4 42 35 64 35 73
Binary 10110100 10101100 1110111 0 100 100010 11101 110100 11101 111011

Color Harmonies of #B4AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AC77

Black with #B4AC77

Text Example


Text Example

White with #B4AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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