Html Css Color HEX #ACB478 Locust

📋 copy color: '#ACB478'

red 172 ◦ green 180 ◦ blue 120

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

Shades of Locust #ACB478

Tints of Locust #ACB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 36.44%
G = 38.14%
B = 25.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#ACB478 (or 0xACB478) is known color: Locust. HEX triplet: AC, B4 and 78. RGB value is (172,180,120). Sum of RGB (Red+Green+Blue) = 172+180+120=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB478 is #534B87. Grayscale: #AAAAAA. Windows color (decimal): -5458824 or 7910572. OLE color: 7910572.

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

Color convert

RGB 172 180 120 -
CMYK 0.04 0 0.33 0.29
HSL 68º 0.29% 0.59% -
HSV(B) 68º 0.33% 0.71% -
XYZ 36.72 42.77 24.09 -
YUV 170.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 172 180 120 0.04 0 0.33 0.29 68 0.29 0.59
Hex AC B4 78 4 0 21 1D 44 1D 3B
Octal 254 264 170 4 0 41 35 104 35 73
Binary 10101100 10110100 1111000 100 0 100001 11101 1000100 11101 111011

Color Harmonies of #ACB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB478

Black with #ACB478

Text Example


Text Example

White with #ACB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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