#AABE26

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

Shades of Bahia #AABE26

Tints of Bahia #AABE26

Color information

#AABE26 (or 0xAABE26) is unknown color: approx Bahia. HEX triplet: AA, BE and 26. RGB value is (170,190,38). Sum of RGB (Red+Green+Blue) = 170+190+38=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE26 is #5541D9. Grayscale: #A7A7A7. Windows color (decimal): -5587418 or 2539178. OLE color: 2539178.

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

Color convert

RGB17019038-
CMYK0.1100.80.25
HSL67.89º66.67%44.71%-
HSV(B)67.89º80%74.51%-
XYZ35.3445.518.76-
YUV166.6955.37130.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 190 (74.61% from 255) = 47.74%
BLUE value IS 38 (15.23% from 255) = 9.55%
R=42.71%
G=47.74%
B=9.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170190380.1100.80.2567.8966.6744.71
HexAABE26B0501944432d
Octal252276461301203110410355
Binary10101010101111101001101011010100001100110001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE26; }

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

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

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

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

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

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

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

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