Html Css Color HEX #ACB865 Olive Green

📋 copy color: '#ACB865'

red 172 ◦ green 184 ◦ blue 101

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

Shades of Olive Green #ACB865

Tints of Olive Green #ACB865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 37.64%
G = 40.26%
B = 22.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#ACB865 (or 0xACB865) is known color: Olive Green. HEX triplet: AC, B8 and 65. RGB value is (172,184,101). Sum of RGB (Red+Green+Blue) = 172+184+101=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB865 is #53479A. Grayscale: #ABABAB. Windows color (decimal): -5457819 or 6666412. OLE color: 6666412.

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

Color convert

RGB 172 184 101 -
CMYK 0.07 0 0.45 0.28
HSL 68.67º 0.37% 0.56% -
HSV(B) 68.67º 0.45% 0.72% -
XYZ 36.5 43.99 18.88 -
YUV 170.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 172 184 101 0.07 0 0.45 0.28 68.67 0.37 0.56
Hex AC B8 65 7 0 2D 1C 45 25 38
Octal 254 270 145 7 0 55 34 105 45 70
Binary 10101100 10111000 1100101 111 0 101101 11100 1000101 100101 111000

Color Harmonies of #ACB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB865

Black with #ACB865

Text Example


Text Example

White with #ACB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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