#ABBA31

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

Shades of Bahia #ABBA31

Tints of Bahia #ABBA31

Color information

#ABBA31 (or 0xABBA31) is unknown color: approx Bahia. HEX triplet: AB, BA and 31. RGB value is (171,186,49). Sum of RGB (Red+Green+Blue) = 171+186+49=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA31 is #5445CE. Grayscale: #A6A6A6. Windows color (decimal): -5522895 or 3259051. OLE color: 3259051.

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

Color convert

RGB17118649-
CMYK0.0800.740.27
HSL66.57º58.3%46.08%-
HSV(B)66.57º73.66%72.94%-
XYZ34.91449.56-
YUV165.962.03131.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=42.12%
G=45.81%
B=12.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186490.0800.740.2766.5758.346.08
HexABBA31804A1B433a2e
Octal25327261100112331037256
Binary1010101110111010110001100001001010110111000011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA31; }

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

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

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

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

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

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

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

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