Html Css Color HEX #ACAA50 Olive Green

📋 copy color: '#ACAA50'

red 172 ◦ green 170 ◦ blue 80

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

Shades of Olive Green #ACAA50

Tints of Olive Green #ACAA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 40.76%
G = 40.28%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ACAA50 (or 0xACAA50) is known color: Olive Green. HEX triplet: AC, AA and 50. RGB value is (172,170,80). Sum of RGB (Red+Green+Blue) = 172+170+80=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA50 is #5355AF. Grayscale: #A0A0A0. Windows color (decimal): -5461424 or 5286572. OLE color: 5286572.

HSL color Cylindrical-coordinate representation of color #ACAA50: hue angle of 58.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACAA50 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 80 -
CMYK 0 0.01 0.53 0.33
HSL 58.7º 0.37% 0.49% -
HSV(B) 58.7º 0.53% 0.67% -
XYZ 32.84 38.1 13.21 -
YUV 160.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 172 170 80 0 0.01 0.53 0.33 58.7 0.37 0.49
Hex AC AA 50 0 1 35 21 3B 25 31
Octal 254 252 120 0 1 65 41 73 45 61
Binary 10101100 10101010 1010000 0 1 110101 100001 111011 100101 110001

Color Harmonies of #ACAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA50

Black with #ACAA50

Text Example


Text Example

White with #ACAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA50; }

 p { color: rgb(172,170,80); }

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

background-color css

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

 a { background-color: rgb(172,170,80); }

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

border-color css

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

 span { border-color: rgb(172,170,80); }

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