#ABCE16

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

Shades of Bahia #ABCE16

Tints of Bahia #ABCE16

Color information

#ABCE16 (or 0xABCE16) is unknown color: approx Bahia. HEX triplet: AB, CE and 16. RGB value is (171,206,22). Sum of RGB (Red+Green+Blue) = 171+206+22=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE16 is #5431E9. Grayscale: #AFAFAF. Windows color (decimal): -5517802 or 1494699. OLE color: 1494699.

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

Color convert

RGB17120622-
CMYK0.1700.890.19
HSL71.41º80.7%44.71%-
HSV(B)71.41º89.32%80.78%-
XYZ39.0152.868.91-
YUV174.5641.9125.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 206 (80.86% from 255) = 51.63%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=42.86%
G=51.63%
B=5.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171206220.1700.890.1971.4180.744.71
HexABCE16110591347512d
Octal253316262101312310712155
Binary10101011110011101011010001010110011001110001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCE16; }

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

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

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

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

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

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

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

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