#ABB458

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

Shades of Olive Green #ABB458

Tints of Olive Green #ABB458

Color information

#ABB458 (or 0xABB458) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 58. RGB value is (171,180,88). Sum of RGB (Red+Green+Blue) = 171+180+88=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB458 is #544BA7. Grayscale: #A7A7A7. Windows color (decimal): -5524392 or 5813419. OLE color: 5813419.

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

Color convert

RGB17118088-
CMYK0.0500.510.29
HSL65.87º38.02%52.55%-
HSV(B)65.87º51.11%70.59%-
XYZ34.8842.0115.5-
YUV166.8283.52130.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 88 (34.77% from 255) = 20.05%
R=38.95%
G=41.00%
B=20.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180880.0500.510.2965.8738.0252.55
HexABB45850331D422635
Octal2532641305063351024665
Binary101010111011010010110001010110011111011000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB458; }

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

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

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

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

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

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

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

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