Html Css Color HEX #ACB36D Olive Green

📋 copy color: '#ACB36D'

red 172 ◦ green 179 ◦ blue 109

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

Shades of Olive Green #ACB36D

Tints of Olive Green #ACB36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.91%

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

R = 37.39%
G = 38.91%
B = 23.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#ACB36D (or 0xACB36D) is known color: Olive Green. HEX triplet: AC, B3 and 6D. RGB value is (172,179,109). Sum of RGB (Red+Green+Blue) = 172+179+109=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB36D is #534C92. Grayscale: #A9A9A9. Windows color (decimal): -5459091 or 7189420. OLE color: 7189420.

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

Color convert

RGB 172 179 109 -
CMYK 0.04 0 0.39 0.30
HSL 66º 0.32% 0.56% -
HSV(B) 66º 0.39% 0.7% -
XYZ 35.89 42.11 20.71 -
YUV 168.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 172 179 109 0.04 0 0.39 0.30 66 0.32 0.56
Hex AC B3 6D 4 0 27 1E 42 20 38
Octal 254 263 155 4 0 47 36 102 40 70
Binary 10101100 10110011 1101101 100 0 100111 11110 1000010 100000 111000

Color Harmonies of #ACB36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB36D

Black with #ACB36D

Text Example


Text Example

White with #ACB36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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