Html Css Color HEX #ACB376 Locust

📋 copy color: '#ACB376'

red 172 ◦ green 179 ◦ blue 118

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

Shades of Locust #ACB376

Tints of Locust #ACB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 36.67%
G = 38.17%
B = 25.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ACB376 (or 0xACB376) is known color: Locust. HEX triplet: AC, B3 and 76. RGB value is (172,179,118). Sum of RGB (Red+Green+Blue) = 172+179+118=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB376 is #534C89. Grayscale: #AAAAAA. Windows color (decimal): -5459082 or 7779244. OLE color: 7779244.

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

Color convert

RGB 172 179 118 -
CMYK 0.04 0 0.34 0.30
HSL 66.89º 0.29% 0.58% -
HSV(B) 66.89º 0.34% 0.7% -
XYZ 36.4 42.32 23.39 -
YUV 169.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 172 179 118 0.04 0 0.34 0.30 66.89 0.29 0.58
Hex AC B3 76 4 0 22 1E 43 1D 3A
Octal 254 263 166 4 0 42 36 103 35 72
Binary 10101100 10110011 1110110 100 0 100010 11110 1000011 11101 111010

Color Harmonies of #ACB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB376

Black with #ACB376

Text Example


Text Example

White with #ACB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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