#ABB46A

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

Shades of Olive Green #ABB46A

Tints of Olive Green #ABB46A

Color information

#ABB46A (or 0xABB46A) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 6A. RGB value is (171,180,106). Sum of RGB (Red+Green+Blue) = 171+180+106=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB46A is #544B95. Grayscale: #A9A9A9. Windows color (decimal): -5524374 or 6993067. OLE color: 6993067.

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

Color convert

RGB171180106-
CMYK0.0500.410.29
HSL67.3º33.04%56.08%-
HSV(B)67.3º41.11%70.59%-
XYZ35.7242.3419.93-
YUV168.8792.52129.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=37.42%
G=39.39%
B=23.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801060.0500.410.2967.333.0456.08
HexABB46A50291D432138
Octal2532641525051351034170
Binary101010111011010011010101010101001111011000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB46A; }

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

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

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

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

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

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

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

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