#ABA850

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

Shades of Olive Green #ABA850

Tints of Olive Green #ABA850

Color information

#ABA850 (or 0xABA850) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 50. RGB value is (171,168,80). Sum of RGB (Red+Green+Blue) = 171+168+80=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA850 is #5457AF. Grayscale: #9F9F9F. Windows color (decimal): -5527472 or 5286059. OLE color: 5286059.

HSL color Cylindrical-coordinate representation of color #ABA850: hue angle of 58.02º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABA850 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17116880-
CMYK00.020.530.33
HSL58.02º36.25%49.22%-
HSV(B)58.02º53.22%67.06%-
XYZ32.2537.2413.08-
YUV158.8683.49136.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=40.81%
G=40.10%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711688000.020.530.3358.0236.2549.22
HexABA8500235213a2431
Octal253250120026541724461
Binary10101011101010001010000010110101100001111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA850; }

 p { color: rgb(171,168,80); }

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

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

 a { background-color: rgb(171,168,80); }

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

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

 span { border-color: rgb(171,168,80); }

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