#ACBB63

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

Shades of Olive Green #ACBB63

Tints of Olive Green #ACBB63

Color information

#ACBB63 (or 0xACBB63) is unknown color: approx Olive Green. HEX triplet: AC, BB and 63. RGB value is (172,187,99). Sum of RGB (Red+Green+Blue) = 172+187+99=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB63 is #53449C. Grayscale: #ACACAC. Windows color (decimal): -5457053 or 6536108. OLE color: 6536108.

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

Color convert

RGB17218799-
CMYK0.0800.470.27
HSL70.23º39.29%56.08%-
HSV(B)70.23º47.06%73.33%-
XYZ37.0445.2118.58-
YUV172.4886.53127.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=37.55%
G=40.83%
B=21.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187990.0800.470.2770.2339.2956.08
HexACBB63802F1B462738
Octal25427314310057331064770
Binary1010110010111011110001110000101111110111000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB63; }

 p { color: rgb(172,187,99); }

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

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

 a { background-color: rgb(172,187,99); }

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

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

 span { border-color: rgb(172,187,99); }

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