#ACBC65

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

Shades of Olive Green #ACBC65

Tints of Olive Green #ACBC65

Color information

#ACBC65 (or 0xACBC65) is unknown color: approx Olive Green. HEX triplet: AC, BC and 65. RGB value is (172,188,101). Sum of RGB (Red+Green+Blue) = 172+188+101=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC65 is #53439A. Grayscale: #ADADAD. Windows color (decimal): -5456795 or 6667436. OLE color: 6667436.

HSL color Cylindrical-coordinate representation of color #ACBC65: hue angle of 71.03º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACBC65 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB172188101-
CMYK0.0900.460.26
HSL71.03º39.37%56.67%-
HSV(B)71.03º46.28%73.73%-
XYZ37.3545.6819.16-
YUV173.387.2127.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=37.31%
G=40.78%
B=21.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881010.0900.460.2671.0339.3756.67
HexACBC65902E1A472739
Octal25427414511056321074771
Binary1010110010111100110010110010101110110101000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC65; }

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

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

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

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

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

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

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

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