#ACB65D

Color #ACB65D Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACB65D

Tints of Olive Green #ACB65D

Color information

#ACB65D (or 0xACB65D) is unknown color: approx Olive Green. HEX triplet: AC, B6 and 5D. RGB value is (172,182,93). Sum of RGB (Red+Green+Blue) = 172+182+93=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65D is #5349A2. Grayscale: #A9A9A9. Windows color (decimal): -5458339 or 6141612. OLE color: 6141612.

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

Color convert

RGB17218293-
CMYK0.0500.490.29
HSL66.74º37.87%53.92%-
HSV(B)66.74º48.9%71.37%-
XYZ35.7243.0216.78-
YUV168.8685.19130.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=38.48%
G=40.72%
B=20.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182930.0500.490.2966.7437.8753.92
HexACB65D50311D432636
Octal2542661355061351034666
Binary101011001011011010111011010110001111011000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB65D; }

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

 H1.HeaderClassName
 {
   color: #ACB65D;
 }
 .AnyTagClassName
 {
   color: #ACB65D;
 }
</style>
background-color css

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

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

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

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

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

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