#AABE13

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

Shades of Bahia #AABE13

Tints of Bahia #AABE13

Color information

#AABE13 (or 0xAABE13) is unknown color: approx Bahia. HEX triplet: AA, BE and 13. RGB value is (170,190,19). Sum of RGB (Red+Green+Blue) = 170+190+19=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE13 is #5541EC. Grayscale: #A5A5A5. Windows color (decimal): -5587437 or 1293994. OLE color: 1293994.

HSL color Cylindrical-coordinate representation of color #AABE13: hue angle of 67.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AABE13 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB17019019-
CMYK0.1100.900.25
HSL67.02º81.82%40.98%-
HSV(B)67.02º90%74.51%-
XYZ35.1145.427.53-
YUV164.5345.87131.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 190 (74.61% from 255) = 50.13%
BLUE value IS 19 (7.81% from 255) = 5.01%
R=44.85%
G=50.13%
B=5.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170190190.1100.900.2567.0281.8240.98
HexAABE13B05A19435229
Octal252276231301323110312251
Binary1010101010111110100111011010110101100110000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE13; }

 p { color: rgb(170,190,19); }

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

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

 a { background-color: rgb(170,190,19); }

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

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

 span { border-color: rgb(170,190,19); }

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