Html Css Color HEX #ACB965 Olive Green

📋 copy color: '#ACB965'

red 172 ◦ green 185 ◦ blue 101

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

Shades of Olive Green #ACB965

Tints of Olive Green #ACB965

RGB

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

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

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

R = 37.55%
G = 40.39%
B = 22.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ACB965 (or 0xACB965) is known color: Olive Green. HEX triplet: AC, B9 and 65. RGB value is (172,185,101). Sum of RGB (Red+Green+Blue) = 172+185+101=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB965 is #53469A. Grayscale: #ABABAB. Windows color (decimal): -5457563 or 6666668. OLE color: 6666668.

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

Color convert

RGB 172 185 101 -
CMYK 0.07 0 0.45 0.27
HSL 69.29º 0.38% 0.56% -
HSV(B) 69.29º 0.45% 0.73% -
XYZ 36.71 44.41 18.95 -
YUV 171.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 172 185 101 0.07 0 0.45 0.27 69.29 0.38 0.56
Hex AC B9 65 7 0 2D 1B 45 26 38
Octal 254 271 145 7 0 55 33 105 46 70
Binary 10101100 10111001 1100101 111 0 101101 11011 1000101 100110 111000

Color Harmonies of #ACB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB965

Black with #ACB965

Text Example


Text Example

White with #ACB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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