Html Css Color HEX #ACB565 Olive Green

📋 copy color: '#ACB565'

red 172 ◦ green 181 ◦ blue 101

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

Shades of Olive Green #ACB565

Tints of Olive Green #ACB565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 37.89%
G = 39.87%
B = 22.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#ACB565 (or 0xACB565) is known color: Olive Green. HEX triplet: AC, B5 and 65. RGB value is (172,181,101). Sum of RGB (Red+Green+Blue) = 172+181+101=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB565 is #534A9A. Grayscale: #A9A9A9. Windows color (decimal): -5458587 or 6665644. OLE color: 6665644.

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

Color convert

RGB 172 181 101 -
CMYK 0.05 0 0.44 0.29
HSL 66.75º 0.35% 0.55% -
HSV(B) 66.75º 0.44% 0.71% -
XYZ 35.89 42.76 18.67 -
YUV 169.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 172 181 101 0.05 0 0.44 0.29 66.75 0.35 0.55
Hex AC B5 65 5 0 2C 1D 43 23 37
Octal 254 265 145 5 0 54 35 103 43 67
Binary 10101100 10110101 1100101 101 0 101100 11101 1000011 100011 110111

Color Harmonies of #ACB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB565

Black with #ACB565

Text Example


Text Example

White with #ACB565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB565; }

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

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

background-color css

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

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

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

border-color css

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

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

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