#ABB25E

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

Shades of Olive Green #ABB25E

Tints of Olive Green #ABB25E

Color information

#ABB25E (or 0xABB25E) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 5E. RGB value is (171,178,94). Sum of RGB (Red+Green+Blue) = 171+178+94=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB25E is #544DA1. Grayscale: #A6A6A6. Windows color (decimal): -5524898 or 6206123. OLE color: 6206123.

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

Color convert

RGB17117894-
CMYK0.0400.470.30
HSL65º35.29%53.33%-
HSV(B)65º47.19%69.8%-
XYZ34.7441.3116.73-
YUV166.3387.18131.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=38.60%
G=40.18%
B=21.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178940.0400.470.306535.2953.33
HexABB25E402F1E412335
Octal2532621364057361014365
Binary101010111011001010111101000101111111101000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB25E; }

 p { color: rgb(171,178,94); }

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

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

 a { background-color: rgb(171,178,94); }

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

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

 span { border-color: rgb(171,178,94); }

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