Html Css Color HEX #ACB46E Olive Green

📋 copy color: '#ACB46E'

red 172 ◦ green 180 ◦ blue 110

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

Shades of Olive Green #ACB46E

Tints of Olive Green #ACB46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 37.23%
G = 38.96%
B = 23.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#ACB46E (or 0xACB46E) is known color: Olive Green. HEX triplet: AC, B4 and 6E. RGB value is (172,180,110). Sum of RGB (Red+Green+Blue) = 172+180+110=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB46E is #534B91. Grayscale: #A9A9A9. Windows color (decimal): -5458834 or 7255212. OLE color: 7255212.

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

Color convert

RGB 172 180 110 -
CMYK 0.04 0 0.39 0.29
HSL 66.86º 0.32% 0.57% -
HSV(B) 66.86º 0.39% 0.71% -
XYZ 36.15 42.54 21.06 -
YUV 169.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 172 180 110 0.04 0 0.39 0.29 66.86 0.32 0.57
Hex AC B4 6E 4 0 27 1D 43 20 39
Octal 254 264 156 4 0 47 35 103 40 71
Binary 10101100 10110100 1101110 100 0 100111 11101 1000011 100000 111001

Color Harmonies of #ACB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB46E

Black with #ACB46E

Text Example


Text Example

White with #ACB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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