Html Css Color HEX #ACB474 Locust

📋 copy color: '#ACB474'

red 172 ◦ green 180 ◦ blue 116

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

Shades of Locust #ACB474

Tints of Locust #ACB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 36.75%
G = 38.46%
B = 24.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#ACB474 (or 0xACB474) is known color: Locust. HEX triplet: AC, B4 and 74. RGB value is (172,180,116). Sum of RGB (Red+Green+Blue) = 172+180+116=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB474 is #534B8B. Grayscale: #AAAAAA. Windows color (decimal): -5458828 or 7648428. OLE color: 7648428.

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

Color convert

RGB 172 180 116 -
CMYK 0.04 0 0.36 0.29
HSL 67.5º 0.3% 0.58% -
HSV(B) 67.5º 0.36% 0.71% -
XYZ 36.49 42.67 22.84 -
YUV 170.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 172 180 116 0.04 0 0.36 0.29 67.5 0.3 0.58
Hex AC B4 74 4 0 24 1D 44 1E 3A
Octal 254 264 164 4 0 44 35 104 36 72
Binary 10101100 10110100 1110100 100 0 100100 11101 1000100 11110 111010

Color Harmonies of #ACB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB474

Black with #ACB474

Text Example


Text Example

White with #ACB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB474; }

 p { color: rgb(172,180,116); }

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

background-color css

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

 a { background-color: rgb(172,180,116); }

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

border-color css

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

 span { border-color: rgb(172,180,116); }

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