Html Css Color HEX #ACB372 Locust

📋 copy color: '#ACB372'

red 172 ◦ green 179 ◦ blue 114

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

Shades of Locust #ACB372

Tints of Locust #ACB372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 36.99%
G = 38.49%
B = 24.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#ACB372 (or 0xACB372) is known color: Locust. HEX triplet: AC, B3 and 72. RGB value is (172,179,114). Sum of RGB (Red+Green+Blue) = 172+179+114=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB372 is #534C8D. Grayscale: #A9A9A9. Windows color (decimal): -5459086 or 7517100. OLE color: 7517100.

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

Color convert

RGB 172 179 114 -
CMYK 0.04 0 0.36 0.30
HSL 66.46º 0.3% 0.57% -
HSV(B) 66.46º 0.36% 0.7% -
XYZ 36.17 42.23 22.16 -
YUV 169.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 172 179 114 0.04 0 0.36 0.30 66.46 0.3 0.57
Hex AC B3 72 4 0 24 1E 42 1E 39
Octal 254 263 162 4 0 44 36 102 36 71
Binary 10101100 10110011 1110010 100 0 100100 11110 1000010 11110 111001

Color Harmonies of #ACB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB372

Black with #ACB372

Text Example


Text Example

White with #ACB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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