#AAB81B

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

Shades of Bahia #AAB81B

Tints of Bahia #AAB81B

Color information

#AAB81B (or 0xAAB81B) is unknown color: approx Bahia. HEX triplet: AA, B8 and 1B. RGB value is (170,184,27). Sum of RGB (Red+Green+Blue) = 170+184+27=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81B is #5547E4. Grayscale: #A2A2A2. Windows color (decimal): -5588965 or 1816746. OLE color: 1816746.

HSL color Cylindrical-coordinate representation of color #AAB81B: hue angle of 65.35º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB81B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB17018427-
CMYK0.0800.850.28
HSL65.35º74.41%41.37%-
HSV(B)65.35º85.33%72.16%-
XYZ33.9242.917.53-
YUV161.9251.86133.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=44.62%
G=48.29%
B=7.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184270.0800.850.2865.3574.4141.37
HexAAB81B80551C414a29
Octal252270331001253410111251
Binary1010101010111000110111000010101011110010000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB81B; }

 p { color: rgb(170,184,27); }

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

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

 a { background-color: rgb(170,184,27); }

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

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

 span { border-color: rgb(170,184,27); }

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