Html Css Color HEX #ACB076 Locust

📋 copy color: '#ACB076'

red 172 ◦ green 176 ◦ blue 118

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

Shades of Locust #ACB076

Tints of Locust #ACB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 36.91%
G = 37.77%
B = 25.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#ACB076 (or 0xACB076) is known color: Locust. HEX triplet: AC, B0 and 76. RGB value is (172,176,118). Sum of RGB (Red+Green+Blue) = 172+176+118=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB076 is #534F89. Grayscale: #A8A8A8. Windows color (decimal): -5459850 or 7778476. OLE color: 7778476.

HSL color Cylindrical-coordinate representation of color #ACB076: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB076 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 118 -
CMYK 0.02 0 0.33 0.31
HSL 64.14º 0.27% 0.58% -
HSV(B) 64.14º 0.33% 0.69% -
XYZ 35.81 41.13 23.19 -
YUV 168.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 172 176 118 0.02 0 0.33 0.31 64.14 0.27 0.58
Hex AC B0 76 2 0 21 1F 40 1B 3A
Octal 254 260 166 2 0 41 37 100 33 72
Binary 10101100 10110000 1110110 10 0 100001 11111 1000000 11011 111010

Color Harmonies of #ACB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB076

Black with #ACB076

Text Example


Text Example

White with #ACB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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