Html Css Color HEX #ACB479 Locust

📋 copy color: '#ACB479'

red 172 ◦ green 180 ◦ blue 121

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

Shades of Locust #ACB479

Tints of Locust #ACB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 36.36%
G = 38.05%
B = 25.58%

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

#ACB479 (or 0xACB479) is known color: Locust. HEX triplet: AC, B4 and 79. RGB value is (172,180,121). Sum of RGB (Red+Green+Blue) = 172+180+121=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB479 is #534B86. Grayscale: #ABABAB. Windows color (decimal): -5458823 or 7976108. OLE color: 7976108.

HSL color Cylindrical-coordinate representation of color #ACB479: hue angle of 68.14º degrees, saturation: 0.28, 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 #ACB479 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 121 -
CMYK 0.04 0 0.33 0.29
HSL 68.14º 0.28% 0.59% -
HSV(B) 68.14º 0.33% 0.71% -
XYZ 36.79 42.79 24.41 -
YUV 170.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 172 180 121 0.04 0 0.33 0.29 68.14 0.28 0.59
Hex AC B4 79 4 0 21 1D 44 1C 3B
Octal 254 264 171 4 0 41 35 104 34 73
Binary 10101100 10110100 1111001 100 0 100001 11101 1000100 11100 111011

Color Harmonies of #ACB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB479

Black with #ACB479

Text Example


Text Example

White with #ACB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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