Html Css Color HEX #ACB45D Olive Green

📋 copy color: '#ACB45D'

red 172 ◦ green 180 ◦ blue 93

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

Shades of Olive Green #ACB45D

Tints of Olive Green #ACB45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 38.65%
G = 40.45%
B = 20.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ACB45D (or 0xACB45D) is known color: Olive Green. HEX triplet: AC, B4 and 5D. RGB value is (172,180,93). Sum of RGB (Red+Green+Blue) = 172+180+93=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB45D is #534BA2. Grayscale: #A8A8A8. Windows color (decimal): -5458851 or 6141100. OLE color: 6141100.

HSL color Cylindrical-coordinate representation of color #ACB45D: hue angle of 65.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB45D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 93 -
CMYK 0.04 0 0.48 0.29
HSL 65.52º 0.37% 0.54% -
HSV(B) 65.52º 0.48% 0.71% -
XYZ 35.31 42.2 16.64 -
YUV 167.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 172 180 93 0.04 0 0.48 0.29 65.52 0.37 0.54
Hex AC B4 5D 4 0 30 1D 42 25 36
Octal 254 264 135 4 0 60 35 102 45 66
Binary 10101100 10110100 1011101 100 0 110000 11101 1000010 100101 110110

Color Harmonies of #ACB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB45D

Black with #ACB45D

Text Example


Text Example

White with #ACB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB45D; }

 p { color: rgb(172,180,93); }

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

background-color css

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

 a { background-color: rgb(172,180,93); }

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

border-color css

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

 span { border-color: rgb(172,180,93); }

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