#AABD13

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

Shades of Bahia #AABD13

Tints of Bahia #AABD13

Color information

#AABD13 (or 0xAABD13) is unknown color: approx Bahia. HEX triplet: AA, BD and 13. RGB value is (170,189,19). Sum of RGB (Red+Green+Blue) = 170+189+19=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD13 is #5542EC. Grayscale: #A4A4A4. Windows color (decimal): -5587693 or 1293738. OLE color: 1293738.

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

Color convert

RGB17018919-
CMYK0.1000.900.26
HSL66.71º81.73%40.78%-
HSV(B)66.71º89.95%74.12%-
XYZ34.8944.997.46-
YUV163.9446.21132.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 189 (74.22% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 5.03%
R=44.97%
G=50%
B=5.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189190.1000.900.2666.7181.7340.78
HexAABD13A05A1A435229
Octal252275231201323210312251
Binary1010101010111101100111010010110101101010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD13; }

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

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

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

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

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

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

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

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