#ABB455

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

Shades of Olive Green #ABB455

Tints of Olive Green #ABB455

Color information

#ABB455 (or 0xABB455) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 55. RGB value is (171,180,85). Sum of RGB (Red+Green+Blue) = 171+180+85=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB455 is #544BAA. Grayscale: #A6A6A6. Windows color (decimal): -5524395 or 5616811. OLE color: 5616811.

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

Color convert

RGB17118085-
CMYK0.0500.530.29
HSL65.68º38.78%51.96%-
HSV(B)65.68º52.78%70.59%-
XYZ34.7641.9614.86-
YUV166.4882.02131.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=39.22%
G=41.28%
B=19.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180850.0500.530.2965.6838.7851.96
HexABB45550351D422734
Octal2532641255065351024764
Binary101010111011010010101011010110101111011000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB455; }

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

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

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

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

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

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

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

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