#ABB45D

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

Shades of Olive Green #ABB45D

Tints of Olive Green #ABB45D

Color information

#ABB45D (or 0xABB45D) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 5D. RGB value is (171,180,93). Sum of RGB (Red+Green+Blue) = 171+180+93=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB45D is #544BA2. Grayscale: #A7A7A7. Windows color (decimal): -5524387 or 6141099. OLE color: 6141099.

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

Color convert

RGB17118093-
CMYK0.0500.480.29
HSL66.21º36.71%53.53%-
HSV(B)66.21º48.33%70.59%-
XYZ35.0942.0916.63-
YUV167.3986.02130.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=38.51%
G=40.54%
B=20.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180930.0500.480.2966.2136.7153.53
HexABB45D50301D422536
Octal2532641355060351024566
Binary101010111011010010111011010110000111011000010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB45D; }

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

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

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

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

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

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

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

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