#AABF26

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

Shades of Bahia #AABF26

Tints of Bahia #AABF26

Color information

#AABF26 (or 0xAABF26) is unknown color: approx Bahia. HEX triplet: AA, BF and 26. RGB value is (170,191,38). Sum of RGB (Red+Green+Blue) = 170+191+38=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF26 is #5540D9. Grayscale: #A7A7A7. Windows color (decimal): -5587162 or 2539434. OLE color: 2539434.

HSL color Cylindrical-coordinate representation of color #AABF26: hue angle of 68.24º 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 #AABF26 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB17019138-
CMYK0.1100.800.25
HSL68.24º66.81%44.9%-
HSV(B)68.24º80.1%74.9%-
XYZ35.5645.958.83-
YUV167.2855.04129.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=42.61%
G=47.87%
B=9.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191380.1100.800.2568.2466.8144.9
HexAABF26B0501944432d
Octal252277461301203110410355
Binary10101010101111111001101011010100001100110001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF26; }

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

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

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

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

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

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

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

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