#ABD116

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

Shades of Bahia #ABD116

Tints of Bahia #ABD116

Color information

#ABD116 (or 0xABD116) is unknown color: approx Bahia. HEX triplet: AB, D1 and 16. RGB value is (171,209,22). Sum of RGB (Red+Green+Blue) = 171+209+22=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD116 is #542EE9. Grayscale: #B1B1B1. Windows color (decimal): -5517034 or 1495467. OLE color: 1495467.

HSL color Cylindrical-coordinate representation of color #ABD116: hue angle of 72.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABD116 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB17120922-
CMYK0.1800.890.18
HSL72.19º80.95%45.29%-
HSV(B)72.19º89.47%81.96%-
XYZ39.7454.329.15-
YUV176.3240.91124.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 209 (82.03% from 255) = 51.99%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=42.54%
G=51.99%
B=5.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171209220.1800.890.1872.1980.9545.29
HexABD116120591248512d
Octal253321262201312211012155
Binary10101011110100011011010010010110011001010010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD116; }

 p { color: rgb(171,209,22); }

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

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

 a { background-color: rgb(171,209,22); }

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

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

 span { border-color: rgb(171,209,22); }

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