#AABB1A

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

Shades of Bahia #AABB1A

Tints of Bahia #AABB1A

Color information

#AABB1A (or 0xAABB1A) is unknown color: approx Bahia. HEX triplet: AA, BB and 1A. RGB value is (170,187,26). Sum of RGB (Red+Green+Blue) = 170+187+26=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB1A is #5544E5. Grayscale: #A4A4A4. Windows color (decimal): -5588198 or 1751978. OLE color: 1751978.

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

Color convert

RGB17018726-
CMYK0.0900.860.27
HSL66.34º75.59%41.76%-
HSV(B)66.34º86.1%73.33%-
XYZ34.5344.167.68-
YUV163.5650.37132.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 26 (10.55% from 255) = 6.79%
R=44.39%
G=48.83%
B=6.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170187260.0900.860.2766.3475.5941.76
HexAABB1A90561B424c2a
Octal252273321101263310211452
Binary1010101010111011110101001010101101101110000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB1A; }

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

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

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

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

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

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

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

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