Html Css Color HEX #ACB361 Olive Green

📋 copy color: '#ACB361'

red 172 ◦ green 179 ◦ blue 97

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

Shades of Olive Green #ACB361

Tints of Olive Green #ACB361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 38.39%
G = 39.96%
B = 21.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#ACB361 (or 0xACB361) is known color: Olive Green. HEX triplet: AC, B3 and 61. RGB value is (172,179,97). Sum of RGB (Red+Green+Blue) = 172+179+97=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB361 is #534C9E. Grayscale: #A7A7A7. Windows color (decimal): -5459103 or 6402988. OLE color: 6402988.

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

Color convert

RGB 172 179 97 -
CMYK 0.04 0 0.46 0.30
HSL 65.12º 0.35% 0.54% -
HSV(B) 65.12º 0.46% 0.7% -
XYZ 35.29 41.87 17.53 -
YUV 167.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 172 179 97 0.04 0 0.46 0.30 65.12 0.35 0.54
Hex AC B3 61 4 0 2E 1E 41 23 36
Octal 254 263 141 4 0 56 36 101 43 66
Binary 10101100 10110011 1100001 100 0 101110 11110 1000001 100011 110110

Color Harmonies of #ACB361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB361

Black with #ACB361

Text Example


Text Example

White with #ACB361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB361; }

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

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

background-color css

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

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

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

border-color css

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

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

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