Html Css Color HEX #ACB863 Olive Green

📋 copy color: '#ACB863'

red 172 ◦ green 184 ◦ blue 99

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

Shades of Olive Green #ACB863

Tints of Olive Green #ACB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 37.8%
G = 40.44%
B = 21.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#ACB863 (or 0xACB863) is known color: Olive Green. HEX triplet: AC, B8 and 63. RGB value is (172,184,99). Sum of RGB (Red+Green+Blue) = 172+184+99=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB863 is #53479C. Grayscale: #ABABAB. Windows color (decimal): -5457821 or 6535340. OLE color: 6535340.

HSL color Cylindrical-coordinate representation of color #ACB863: hue angle of 68.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB863 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 99 -
CMYK 0.07 0 0.46 0.28
HSL 68.47º 0.37% 0.55% -
HSV(B) 68.47º 0.46% 0.72% -
XYZ 36.41 43.95 18.37 -
YUV 170.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 172 184 99 0.07 0 0.46 0.28 68.47 0.37 0.55
Hex AC B8 63 7 0 2E 1C 44 25 37
Octal 254 270 143 7 0 56 34 104 45 67
Binary 10101100 10111000 1100011 111 0 101110 11100 1000100 100101 110111

Color Harmonies of #ACB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB863

Black with #ACB863

Text Example


Text Example

White with #ACB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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