#ABB457

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

Shades of Olive Green #ABB457

Tints of Olive Green #ABB457

Color information

#ABB457 (or 0xABB457) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 57. RGB value is (171,180,87). Sum of RGB (Red+Green+Blue) = 171+180+87=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB457 is #544BA8. Grayscale: #A7A7A7. Windows color (decimal): -5524393 or 5747883. OLE color: 5747883.

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

Color convert

RGB17118087-
CMYK0.0500.520.29
HSL65.81º38.27%52.35%-
HSV(B)65.81º51.67%70.59%-
XYZ34.8441.9915.29-
YUV166.7183.02131.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 87 (34.38% from 255) = 19.86%
R=39.04%
G=41.10%
B=19.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180870.0500.520.2965.8138.2752.35
HexABB45750341D422634
Octal2532641275064351024664
Binary101010111011010010101111010110100111011000010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB457; }

 p { color: rgb(171,180,87); }

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

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

 a { background-color: rgb(171,180,87); }

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

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

 span { border-color: rgb(171,180,87); }

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