Html Css Color HEX #ACB661 Olive Green

📋 copy color: '#ACB661'

red 172 ◦ green 182 ◦ blue 97

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

Shades of Olive Green #ACB661

Tints of Olive Green #ACB661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

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

R = 38.14%
G = 40.35%
B = 21.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#ACB661 (or 0xACB661) is known color: Olive Green. HEX triplet: AC, B6 and 61. RGB value is (172,182,97). Sum of RGB (Red+Green+Blue) = 172+182+97=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB661 is #53499E. Grayscale: #A9A9A9. Windows color (decimal): -5458335 or 6403756. OLE color: 6403756.

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

Color convert

RGB 172 182 97 -
CMYK 0.05 0 0.47 0.29
HSL 67.06º 0.37% 0.55% -
HSV(B) 67.06º 0.47% 0.71% -
XYZ 35.9 43.09 17.73 -
YUV 169.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 172 182 97 0.05 0 0.47 0.29 67.06 0.37 0.55
Hex AC B6 61 5 0 2F 1D 43 25 37
Octal 254 266 141 5 0 57 35 103 45 67
Binary 10101100 10110110 1100001 101 0 101111 11101 1000011 100101 110111

Color Harmonies of #ACB661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB661

Black with #ACB661

Text Example


Text Example

White with #ACB661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB661; }

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

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

background-color css

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

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

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

border-color css

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

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

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