Html Css Color HEX #ACAB4E Olive Green

📋 copy color: '#ACAB4E'

red 172 ◦ green 171 ◦ blue 78

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

Shades of Olive Green #ACAB4E

Tints of Olive Green #ACAB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 40.86%
G = 40.62%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ACAB4E (or 0xACAB4E) is known color: Olive Green. HEX triplet: AC, AB and 4E. RGB value is (172,171,78). Sum of RGB (Red+Green+Blue) = 172+171+78=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB4E is #5354B1. Grayscale: #A1A1A1. Windows color (decimal): -5461170 or 5155756. OLE color: 5155756.

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

Color convert

RGB 172 171 78 -
CMYK 0 0.01 0.55 0.33
HSL 59.36º 0.38% 0.49% -
HSV(B) 59.36º 0.55% 0.67% -
XYZ 32.95 38.45 12.89 -
YUV 160.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 172 171 78 0 0.01 0.55 0.33 59.36 0.38 0.49
Hex AC AB 4E 0 1 37 21 3B 26 31
Octal 254 253 116 0 1 67 41 73 46 61
Binary 10101100 10101011 1001110 0 1 110111 100001 111011 100110 110001

Color Harmonies of #ACAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB4E

Black with #ACAB4E

Text Example


Text Example

White with #ACAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB4E; }

 p { color: rgb(172,171,78); }

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

background-color css

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

 a { background-color: rgb(172,171,78); }

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

border-color css

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

 span { border-color: rgb(172,171,78); }

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