Html Css Color HEX #ACB961 Olive Green

📋 copy color: '#ACB961'

red 172 ◦ green 185 ◦ blue 97

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

Shades of Olive Green #ACB961

Tints of Olive Green #ACB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 37.89%
G = 40.75%
B = 21.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#ACB961 (or 0xACB961) is known color: Olive Green. HEX triplet: AC, B9 and 61. RGB value is (172,185,97). Sum of RGB (Red+Green+Blue) = 172+185+97=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB961 is #53469E. Grayscale: #ABABAB. Windows color (decimal): -5457567 or 6404524. OLE color: 6404524.

HSL color Cylindrical-coordinate representation of color #ACB961: hue angle of 68.86º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB961 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 97 -
CMYK 0.07 0 0.48 0.27
HSL 68.86º 0.39% 0.55% -
HSV(B) 68.86º 0.48% 0.73% -
XYZ 36.52 44.33 17.94 -
YUV 171.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 172 185 97 0.07 0 0.48 0.27 68.86 0.39 0.55
Hex AC B9 61 7 0 30 1B 45 27 37
Octal 254 271 141 7 0 60 33 105 47 67
Binary 10101100 10111001 1100001 111 0 110000 11011 1000101 100111 110111

Color Harmonies of #ACB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB961

Black with #ACB961

Text Example


Text Example

White with #ACB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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