Html Css Color HEX #ACB380 Locust

📋 copy color: '#ACB380'

red 172 ◦ green 179 ◦ blue 128

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

Shades of Locust #ACB380

Tints of Locust #ACB380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 35.91%
G = 37.37%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#ACB380 (or 0xACB380) is known color: Locust. HEX triplet: AC, B3 and 80. RGB value is (172,179,128). Sum of RGB (Red+Green+Blue) = 172+179+128=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB380 is #534C7F. Grayscale: #ABABAB. Windows color (decimal): -5459072 or 8434604. OLE color: 8434604.

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

Color convert

RGB 172 179 128 -
CMYK 0.04 0 0.28 0.30
HSL 68.24º 0.25% 0.6% -
HSV(B) 68.24º 0.28% 0.7% -
XYZ 37.03 42.57 26.69 -
YUV 171.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 172 179 128 0.04 0 0.28 0.30 68.24 0.25 0.6
Hex AC B3 80 4 0 1C 1E 44 19 3C
Octal 254 263 200 4 0 34 36 104 31 74
Binary 10101100 10110011 10000000 100 0 11100 11110 1000100 11001 111100

Color Harmonies of #ACB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB380

Black with #ACB380

Text Example


Text Example

White with #ACB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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