#AABB11

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

Shades of Bahia #AABB11

Tints of Bahia #AABB11

Color information

#AABB11 (or 0xAABB11) is unknown color: approx Bahia. HEX triplet: AA, BB and 11. RGB value is (170,187,17). Sum of RGB (Red+Green+Blue) = 170+187+17=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB11 is #5544EE. Grayscale: #A3A3A3. Windows color (decimal): -5588207 or 1162154. OLE color: 1162154.

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

Color convert

RGB17018717-
CMYK0.0900.910.27
HSL66º83.33%40%-
HSV(B)66º90.91%73.33%-
XYZ34.4544.137.23-
YUV162.5445.87133.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 4.55%
R=45.45%
G=50%
B=4.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170187170.0900.910.276683.3340
HexAABB11905B1B425328
Octal252273211101333310212350
Binary1010101010111011100011001010110111101110000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB11; }

 p { color: rgb(170,187,17); }

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

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

 a { background-color: rgb(170,187,17); }

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

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

 span { border-color: rgb(170,187,17); }

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