#AABE2D

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

Shades of Bahia #AABE2D

Tints of Bahia #AABE2D

Color information

#AABE2D (or 0xAABE2D) is unknown color: approx Bahia. HEX triplet: AA, BE and 2D. RGB value is (170,190,45). Sum of RGB (Red+Green+Blue) = 170+190+45=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE2D is #5541D2. Grayscale: #A8A8A8. Windows color (decimal): -5587411 or 2997930. OLE color: 2997930.

HSL color Cylindrical-coordinate representation of color #AABE2D: hue angle of 68.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AABE2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB17019045-
CMYK0.1100.760.25
HSL68.28º61.7%46.08%-
HSV(B)68.28º76.32%74.51%-
XYZ35.4645.569.41-
YUV167.4958.87129.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 45 (17.97% from 255) = 11.11%
R=41.98%
G=46.91%
B=11.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170190450.1100.760.2568.2861.746.08
HexAABE2DB04C19443e2e
Octal25227655130114311047656
Binary1010101010111110101101101101001100110011000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE2D; }

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

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

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

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

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

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

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

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