#AABF33

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

Shades of Bahia #AABF33

Tints of Bahia #AABF33

Color information

#AABF33 (or 0xAABF33) is unknown color: approx Bahia. HEX triplet: AA, BF and 33. RGB value is (170,191,51). Sum of RGB (Red+Green+Blue) = 170+191+51=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF33 is #5540CC. Grayscale: #A9A9A9. Windows color (decimal): -5587149 or 3391402. OLE color: 3391402.

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

Color convert

RGB17019151-
CMYK0.1100.730.25
HSL69º57.85%47.45%-
HSV(B)69º73.3%74.9%-
XYZ35.8146.0510.13-
YUV168.7661.54128.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=41.26%
G=46.36%
B=12.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191510.1100.730.256957.8547.45
HexAABF33B04919453a2f
Octal25227763130111311057257
Binary1010101010111111110011101101001001110011000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF33; }

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

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

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

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

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

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

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

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