Html Css Color HEX #ACB55A Olive Green

📋 copy color: '#ACB55A'

red 172 ◦ green 181 ◦ blue 90

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

Shades of Olive Green #ACB55A

Tints of Olive Green #ACB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 38.83%
G = 40.86%
B = 20.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#ACB55A (or 0xACB55A) is known color: Olive Green. HEX triplet: AC, B5 and 5A. RGB value is (172,181,90). Sum of RGB (Red+Green+Blue) = 172+181+90=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55A is #534AA5. Grayscale: #A8A8A8. Windows color (decimal): -5458598 or 5944748. OLE color: 5944748.

HSL color Cylindrical-coordinate representation of color #ACB55A: hue angle of 65.93º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB55A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 90 -
CMYK 0.05 0 0.50 0.29
HSL 65.93º 0.38% 0.53% -
HSV(B) 65.93º 0.5% 0.71% -
XYZ 35.38 42.56 16.02 -
YUV 167.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 172 181 90 0.05 0 0.50 0.29 65.93 0.38 0.53
Hex AC B5 5A 5 0 32 1D 42 26 35
Octal 254 265 132 5 0 62 35 102 46 65
Binary 10101100 10110101 1011010 101 0 110010 11101 1000010 100110 110101

Color Harmonies of #ACB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB55A

Black with #ACB55A

Text Example


Text Example

White with #ACB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB55A; }

 p { color: rgb(172,181,90); }

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

background-color css

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

 a { background-color: rgb(172,181,90); }

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

border-color css

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

 span { border-color: rgb(172,181,90); }

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