Html Css Color HEX #ACB463 Olive Green

📋 copy color: '#ACB463'

red 172 ◦ green 180 ◦ blue 99

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

Shades of Olive Green #ACB463

Tints of Olive Green #ACB463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 38.14%
G = 39.91%
B = 21.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#ACB463 (or 0xACB463) is known color: Olive Green. HEX triplet: AC, B4 and 63. RGB value is (172,180,99). Sum of RGB (Red+Green+Blue) = 172+180+99=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB463 is #534B9C. Grayscale: #A8A8A8. Windows color (decimal): -5458845 or 6534316. OLE color: 6534316.

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

Color convert

RGB 172 180 99 -
CMYK 0.04 0 0.45 0.29
HSL 65.93º 0.35% 0.55% -
HSV(B) 65.93º 0.45% 0.71% -
XYZ 35.59 42.31 18.1 -
YUV 168.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 172 180 99 0.04 0 0.45 0.29 65.93 0.35 0.55
Hex AC B4 63 4 0 2D 1D 42 23 37
Octal 254 264 143 4 0 55 35 102 43 67
Binary 10101100 10110100 1100011 100 0 101101 11101 1000010 100011 110111

Color Harmonies of #ACB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB463

Black with #ACB463

Text Example


Text Example

White with #ACB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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