#AABD31

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

Shades of Bahia #AABD31

Tints of Bahia #AABD31

Color information

#AABD31 (or 0xAABD31) is unknown color: approx Bahia. HEX triplet: AA, BD and 31. RGB value is (170,189,49). Sum of RGB (Red+Green+Blue) = 170+189+49=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD31 is #5542CE. Grayscale: #A7A7A7. Windows color (decimal): -5587663 or 3259818. OLE color: 3259818.

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

Color convert

RGB17018949-
CMYK0.1000.740.26
HSL68.14º58.82%46.67%-
HSV(B)68.14º74.07%74.12%-
XYZ35.3345.169.76-
YUV167.3661.21129.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 49 (19.53% from 255) = 12.01%
R=41.67%
G=46.32%
B=12.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189490.1000.740.2668.1458.8246.67
HexAABD31A04A1A443b2f
Octal25227561120112321047357
Binary1010101010111101110001101001001010110101000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD31; }

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

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

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

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

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

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

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

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