#ABBA14

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

Shades of Bahia #ABBA14

Tints of Bahia #ABBA14

Color information

#ABBA14 (or 0xABBA14) is unknown color: approx Bahia. HEX triplet: AB, BA and 14. RGB value is (171,186,20). Sum of RGB (Red+Green+Blue) = 171+186+20=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA14 is #5445EB. Grayscale: #A3A3A3. Windows color (decimal): -5522924 or 1358507. OLE color: 1358507.

HSL color Cylindrical-coordinate representation of color #ABBA14: hue angle of 65.42º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABBA14 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB17118620-
CMYK0.0800.890.27
HSL65.42º80.58%40.39%-
HSV(B)65.42º89.25%72.94%-
XYZ34.4843.837.3-
YUV162.5947.53134-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=45.36%
G=49.34%
B=5.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186200.0800.890.2765.4280.5840.39
HexABBA1480591B415128
Octal253272241001313310112150
Binary1010101110111010101001000010110011101110000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA14; }

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

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

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

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

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

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

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

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