#AABF1A

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

Shades of Bahia #AABF1A

Tints of Bahia #AABF1A

Color information

#AABF1A (or 0xAABF1A) is unknown color: approx Bahia. HEX triplet: AA, BF and 1A. RGB value is (170,191,26). Sum of RGB (Red+Green+Blue) = 170+191+26=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF1A is #5540E5. Grayscale: #A6A6A6. Windows color (decimal): -5587174 or 1753002. OLE color: 1753002.

HSL color Cylindrical-coordinate representation of color #AABF1A: hue angle of 67.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AABF1A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB17019126-
CMYK0.1100.860.25
HSL67.64º76.04%42.55%-
HSV(B)67.64º86.39%74.9%-
XYZ35.3945.887.97-
YUV165.9149.04130.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 26 (10.55% from 255) = 6.72%
R=43.93%
G=49.35%
B=6.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191260.1100.860.2567.6476.0442.55
HexAABF1AB05619444c2b
Octal252277321301263110411453
Binary1010101010111111110101011010101101100110001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF1A; }

 p { color: rgb(170,191,26); }

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

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

 a { background-color: rgb(170,191,26); }

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

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

 span { border-color: rgb(170,191,26); }

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