#ABCF1C

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

Shades of Bahia #ABCF1C

Tints of Bahia #ABCF1C

Color information

#ABCF1C (or 0xABCF1C) is unknown color: approx Bahia. HEX triplet: AB, CF and 1C. RGB value is (171,207,28). Sum of RGB (Red+Green+Blue) = 171+207+28=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF1C is #5430E3. Grayscale: #B0B0B0. Windows color (decimal): -5517540 or 1888171. OLE color: 1888171.

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

Color convert

RGB17120728-
CMYK0.1700.860.19
HSL72.07º76.17%46.08%-
HSV(B)72.07º86.47%81.18%-
XYZ39.3253.379.33-
YUV175.8344.57124.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 28 (11.33% from 255) = 6.90%
R=42.12%
G=50.99%
B=6.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171207280.1700.860.1972.0776.1746.08
HexABCF1C1105613484c2e
Octal253317342101262311011456
Binary10101011110011111110010001010101101001110010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF1C; }

 p { color: rgb(171,207,28); }

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

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

 a { background-color: rgb(171,207,28); }

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

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

 span { border-color: rgb(171,207,28); }

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