#ABB363

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

Shades of Olive Green #ABB363

Tints of Olive Green #ABB363

Color information

#ABB363 (or 0xABB363) is unknown color: approx Olive Green. HEX triplet: AB, B3 and 63. RGB value is (171,179,99). Sum of RGB (Red+Green+Blue) = 171+179+99=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB363 is #544C9C. Grayscale: #A7A7A7. Windows color (decimal): -5524637 or 6534059. OLE color: 6534059.

HSL color Cylindrical-coordinate representation of color #ABB363: hue angle of 66º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABB363 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17117999-
CMYK0.0400.450.30
HSL66º34.48%54.51%-
HSV(B)66º44.69%70.2%-
XYZ35.1741.818.02-
YUV167.4989.35130.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=38.08%
G=39.87%
B=22.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171179990.0400.450.306634.4854.51
HexABB363402D1E422237
Octal2532631434055361024267
Binary101010111011001111000111000101101111101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB363; }

 p { color: rgb(171,179,99); }

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

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

 a { background-color: rgb(171,179,99); }

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

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

 span { border-color: rgb(171,179,99); }

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