#ABBA12

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

Shades of Bahia #ABBA12

Tints of Bahia #ABBA12

Color information

#ABBA12 (or 0xABBA12) is unknown color: approx Bahia. HEX triplet: AB, BA and 12. RGB value is (171,186,18). Sum of RGB (Red+Green+Blue) = 171+186+18=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA12 is #5445ED. Grayscale: #A3A3A3. Windows color (decimal): -5522926 or 1227435. OLE color: 1227435.

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

Color convert

RGB17118618-
CMYK0.0800.900.27
HSL65.36º82.35%40%-
HSV(B)65.36º90.32%72.94%-
XYZ34.4643.827.21-
YUV162.3646.53134.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=45.6%
G=49.6%
B=4.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186180.0800.900.2765.3682.3540
HexABBA12805A1B415228
Octal253272221001323310112250
Binary1010101110111010100101000010110101101110000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA12; }

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

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

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

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

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

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

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

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