Html Css Color HEX #ACB282 Locust

📋 copy color: '#ACB282'

red 172 ◦ green 178 ◦ blue 130

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

Shades of Locust #ACB282

Tints of Locust #ACB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 130 (51.17% from 255) = 27.08%

R = 35.83%
G = 37.08%
B = 27.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#ACB282 (or 0xACB282) is known color: Locust. HEX triplet: AC, B2 and 82. RGB value is (172,178,130). Sum of RGB (Red+Green+Blue) = 172+178+130=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB282 is #534D7D. Grayscale: #AAAAAA. Windows color (decimal): -5459326 or 8565420. OLE color: 8565420.

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

Color convert

RGB 172 178 130 -
CMYK 0.03 0 0.27 0.30
HSL 67.5º 0.24% 0.6% -
HSV(B) 67.5º 0.27% 0.7% -
XYZ 36.96 42.22 27.32 -
YUV 170.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 172 178 130 0.03 0 0.27 0.30 67.5 0.24 0.6
Hex AC B2 82 3 0 1B 1E 44 18 3C
Octal 254 262 202 3 0 33 36 104 30 74
Binary 10101100 10110010 10000010 11 0 11011 11110 1000100 11000 111100

Color Harmonies of #ACB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB282

Black with #ACB282

Text Example


Text Example

White with #ACB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB282; }

 p { color: rgb(172,178,130); }

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

background-color css

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

 a { background-color: rgb(172,178,130); }

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

border-color css

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

 span { border-color: rgb(172,178,130); }

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