Html Css Color HEX #ACB370 Locust

📋 copy color: '#ACB370'

red 172 ◦ green 179 ◦ blue 112

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

Shades of Locust #ACB370

Tints of Locust #ACB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 37.15%
G = 38.66%
B = 24.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#ACB370 (or 0xACB370) is known color: Locust. HEX triplet: AC, B3 and 70. RGB value is (172,179,112). Sum of RGB (Red+Green+Blue) = 172+179+112=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB370 is #534C8F. Grayscale: #A9A9A9. Windows color (decimal): -5459088 or 7386028. OLE color: 7386028.

HSL color Cylindrical-coordinate representation of color #ACB370: hue angle of 66.27º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB370 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 112 -
CMYK 0.04 0 0.37 0.30
HSL 66.27º 0.31% 0.57% -
HSV(B) 66.27º 0.37% 0.7% -
XYZ 36.06 42.18 21.57 -
YUV 169.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 172 179 112 0.04 0 0.37 0.30 66.27 0.31 0.57
Hex AC B3 70 4 0 25 1E 42 1F 39
Octal 254 263 160 4 0 45 36 102 37 71
Binary 10101100 10110011 1110000 100 0 100101 11110 1000010 11111 111001

Color Harmonies of #ACB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB370

Black with #ACB370

Text Example


Text Example

White with #ACB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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