#AABA2E

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

Shades of Bahia #AABA2E

Tints of Bahia #AABA2E

Color information

#AABA2E (or 0xAABA2E) is unknown color: approx Bahia. HEX triplet: AA, BA and 2E. RGB value is (170,186,46). Sum of RGB (Red+Green+Blue) = 170+186+46=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA2E is #5545D1. Grayscale: #A5A5A5. Windows color (decimal): -5588434 or 3062442. OLE color: 3062442.

HSL color Cylindrical-coordinate representation of color #AABA2E: hue angle of 66.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AABA2E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB17018646-
CMYK0.0900.750.27
HSL66.86º60.34%45.49%-
HSV(B)66.86º75.27%72.94%-
XYZ34.6343.869.23-
YUV165.2660.7131.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=42.29%
G=46.27%
B=11.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186460.0900.750.2766.8660.3445.49
HexAABA2E904B1B433c2d
Octal25227256110113331037455
Binary1010101010111010101110100101001011110111000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA2E; }

 p { color: rgb(170,186,46); }

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

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

 a { background-color: rgb(170,186,46); }

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

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

 span { border-color: rgb(170,186,46); }

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