Html Css Color HEX #ACB46C Olive Green

📋 copy color: '#ACB46C'

red 172 ◦ green 180 ◦ blue 108

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

Shades of Olive Green #ACB46C

Tints of Olive Green #ACB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 37.39%
G = 39.13%
B = 23.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#ACB46C (or 0xACB46C) is known color: Olive Green. HEX triplet: AC, B4 and 6C. RGB value is (172,180,108). Sum of RGB (Red+Green+Blue) = 172+180+108=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB46C is #534B93. Grayscale: #A9A9A9. Windows color (decimal): -5458836 or 7124140. OLE color: 7124140.

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

Color convert

RGB 172 180 108 -
CMYK 0.04 0 0.40 0.29
HSL 66.67º 0.32% 0.56% -
HSV(B) 66.67º 0.4% 0.71% -
XYZ 36.04 42.5 20.49 -
YUV 169.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 172 180 108 0.04 0 0.40 0.29 66.67 0.32 0.56
Hex AC B4 6C 4 0 28 1D 43 20 38
Octal 254 264 154 4 0 50 35 103 40 70
Binary 10101100 10110100 1101100 100 0 101000 11101 1000011 100000 111000

Color Harmonies of #ACB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB46C

Black with #ACB46C

Text Example


Text Example

White with #ACB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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