#abc114

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

Shades of Bahia #ABC114

Tints of Bahia #ABC114

Color information

#ABC114 (or 0xABC114) is unknown color: approx Bahia. HEX triplet: AB, C1 and 14. RGB value is (171,193,20). Sum of RGB (Red+Green+Blue) = 171+193+20=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC114 is #543EEB. Grayscale: #A7A7A7. Windows color (decimal): -5521132 or 1360299. OLE color: 1360299.

HSL color Cylindrical-coordinate representation of color #ABC114: hue angle of 67.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC114 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB17119320-
CMYK0.1100.900.24
HSL67.63º81.22%41.76%-
HSV(B)67.63º89.64%75.69%-
XYZ35.9946.857.81-
YUV166.745.21131.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 20 (8.20% from 255) = 5.21%
R=44.53%
G=50.26%
B=5.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171193200.1100.900.2467.6381.2241.76
HexABC114B05A1844512a
Octal253301241301323010412152
Binary1010101111000001101001011010110101100010001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abc114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abc114; }

 p { color: rgb(171,193,20); }

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

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

 a { background-color: rgb(171,193,20); }

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

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

 span { border-color: rgb(171,193,20); }

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