Html Css Color HEX #ACB165 Olive Green

📋 copy color: '#ACB165'

red 172 ◦ green 177 ◦ blue 101

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

Shades of Olive Green #ACB165

Tints of Olive Green #ACB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 38.22%
G = 39.33%
B = 22.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#ACB165 (or 0xACB165) is known color: Olive Green. HEX triplet: AC, B1 and 65. RGB value is (172,177,101). Sum of RGB (Red+Green+Blue) = 172+177+101=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB165 is #534E9A. Grayscale: #A7A7A7. Windows color (decimal): -5459611 or 6664620. OLE color: 6664620.

HSL color Cylindrical-coordinate representation of color #ACB165: hue angle of 63.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB165 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 101 -
CMYK 0.03 0 0.43 0.31
HSL 63.95º 0.33% 0.55% -
HSV(B) 63.95º 0.43% 0.69% -
XYZ 35.08 41.15 18.41 -
YUV 166.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 172 177 101 0.03 0 0.43 0.31 63.95 0.33 0.55
Hex AC B1 65 3 0 2B 1F 40 21 37
Octal 254 261 145 3 0 53 37 100 41 67
Binary 10101100 10110001 1100101 11 0 101011 11111 1000000 100001 110111

Color Harmonies of #ACB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB165

Black with #ACB165

Text Example


Text Example

White with #ACB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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