Html Css Color HEX #ACB371 Locust

📋 copy color: '#ACB371'

red 172 ◦ green 179 ◦ blue 113

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

Shades of Locust #ACB371

Tints of Locust #ACB371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 37.07%
G = 38.58%
B = 24.35%

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

#ACB371 (or 0xACB371) is known color: Locust. HEX triplet: AC, B3 and 71. RGB value is (172,179,113). Sum of RGB (Red+Green+Blue) = 172+179+113=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB371 is #534C8E. Grayscale: #A9A9A9. Windows color (decimal): -5459087 or 7451564. OLE color: 7451564.

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

Color convert

RGB 172 179 113 -
CMYK 0.04 0 0.37 0.30
HSL 66.36º 0.3% 0.57% -
HSV(B) 66.36º 0.37% 0.7% -
XYZ 36.11 42.2 21.87 -
YUV 169.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 172 179 113 0.04 0 0.37 0.30 66.36 0.3 0.57
Hex AC B3 71 4 0 25 1E 42 1E 39
Octal 254 263 161 4 0 45 36 102 36 71
Binary 10101100 10110011 1110001 100 0 100101 11110 1000010 11110 111001

Color Harmonies of #ACB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB371

Black with #ACB371

Text Example


Text Example

White with #ACB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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