Html Css Color HEX #ACAD55 Olive Green

📋 copy color: '#ACAD55'

red 172 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #ACAD55

Tints of Olive Green #ACAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 85 (33.59% from 255) = 19.77%

R = 40%
G = 40.23%
B = 19.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ACAD55 (or 0xACAD55) is known color: Olive Green. HEX triplet: AC, AD and 55. RGB value is (172,173,85). Sum of RGB (Red+Green+Blue) = 172+173+85=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD55 is #5352AA. Grayscale: #A3A3A3. Windows color (decimal): -5460651 or 5615020. OLE color: 5615020.

HSL color Cylindrical-coordinate representation of color #ACAD55: hue angle of 60.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACAD55 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 173 85 -
CMYK 0.01 0 0.51 0.32
HSL 60.68º 0.35% 0.51% -
HSV(B) 60.68º 0.51% 0.68% -
XYZ 33.6 39.31 14.41 -
YUV 162.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 172 173 85 0.01 0 0.51 0.32 60.68 0.35 0.51
Hex AC AD 55 1 0 33 20 3D 23 33
Octal 254 255 125 1 0 63 40 75 43 63
Binary 10101100 10101101 1010101 1 0 110011 100000 111101 100011 110011

Color Harmonies of #ACAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD55

Black with #ACAD55

Text Example


Text Example

White with #ACAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD55; }

 p { color: rgb(172,173,85); }

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

background-color css

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

 a { background-color: rgb(172,173,85); }

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

border-color css

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

 span { border-color: rgb(172,173,85); }

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