#AABD2A

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

Shades of Bahia #AABD2A

Tints of Bahia #AABD2A

Color information

#AABD2A (or 0xAABD2A) is unknown color: approx Bahia. HEX triplet: AA, BD and 2A. RGB value is (170,189,42). Sum of RGB (Red+Green+Blue) = 170+189+42=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2A is #5542D5. Grayscale: #A7A7A7. Windows color (decimal): -5587670 or 2801066. OLE color: 2801066.

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

Color convert

RGB17018942-
CMYK0.1000.780.26
HSL67.76º63.64%45.29%-
HSV(B)67.76º77.78%74.12%-
XYZ35.1945.119.04-
YUV166.5657.71130.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=42.39%
G=47.13%
B=10.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189420.1000.780.2667.7663.6445.29
HexAABD2AA04E1A44402d
Octal252275521201163210410055
Binary10101010101111011010101010010011101101010001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD2A; }

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

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

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

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

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

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

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

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