Html Css Color HEX #ACB46D Olive Green

📋 copy color: '#ACB46D'

red 172 ◦ green 180 ◦ blue 109

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

Shades of Olive Green #ACB46D

Tints of Olive Green #ACB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 37.31%
G = 39.05%
B = 23.64%

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

#ACB46D (or 0xACB46D) is known color: Olive Green. HEX triplet: AC, B4 and 6D. RGB value is (172,180,109). Sum of RGB (Red+Green+Blue) = 172+180+109=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB46D is #534B92. Grayscale: #A9A9A9. Windows color (decimal): -5458835 or 7189676. OLE color: 7189676.

HSL color Cylindrical-coordinate representation of color #ACB46D: hue angle of 66.76º 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 #ACB46D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 109 -
CMYK 0.04 0 0.39 0.29
HSL 66.76º 0.32% 0.57% -
HSV(B) 66.76º 0.39% 0.71% -
XYZ 36.09 42.52 20.77 -
YUV 169.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 172 180 109 0.04 0 0.39 0.29 66.76 0.32 0.57
Hex AC B4 6D 4 0 27 1D 43 20 39
Octal 254 264 155 4 0 47 35 103 40 71
Binary 10101100 10110100 1101101 100 0 100111 11101 1000011 100000 111001

Color Harmonies of #ACB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB46D

Black with #ACB46D

Text Example


Text Example

White with #ACB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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