Html Css Color HEX #ACB381 Locust

📋 copy color: '#ACB381'

red 172 ◦ green 179 ◦ blue 129

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

Shades of Locust #ACB381

Tints of Locust #ACB381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 35.83%
G = 37.29%
B = 26.88%

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

#ACB381 (or 0xACB381) is known color: Locust. HEX triplet: AC, B3 and 81. RGB value is (172,179,129). Sum of RGB (Red+Green+Blue) = 172+179+129=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB381 is #534C7E. Grayscale: #ABABAB. Windows color (decimal): -5459071 or 8500140. OLE color: 8500140.

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

Color convert

RGB 172 179 129 -
CMYK 0.04 0 0.28 0.30
HSL 68.4º 0.25% 0.6% -
HSV(B) 68.4º 0.28% 0.7% -
XYZ 37.1 42.6 27.04 -
YUV 171.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 172 179 129 0.04 0 0.28 0.30 68.4 0.25 0.6
Hex AC B3 81 4 0 1C 1E 44 19 3C
Octal 254 263 201 4 0 34 36 104 31 74
Binary 10101100 10110011 10000001 100 0 11100 11110 1000100 11001 111100

Color Harmonies of #ACB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB381

Black with #ACB381

Text Example


Text Example

White with #ACB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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