#AAB81C

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

Shades of Bahia #AAB81C

Tints of Bahia #AAB81C

Color information

#AAB81C (or 0xAAB81C) is unknown color: approx Bahia. HEX triplet: AA, B8 and 1C. RGB value is (170,184,28). Sum of RGB (Red+Green+Blue) = 170+184+28=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81C is #5547E3. Grayscale: #A2A2A2. Windows color (decimal): -5588964 or 1882282. OLE color: 1882282.

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

Color convert

RGB17018428-
CMYK0.0800.850.28
HSL65.38º73.58%41.57%-
HSV(B)65.38º84.78%72.16%-
XYZ33.9342.917.59-
YUV162.0352.36133.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 184 (72.27% from 255) = 48.17%
BLUE value IS 28 (11.33% from 255) = 7.33%
R=44.50%
G=48.17%
B=7.33%

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
Decimal170184280.0800.850.2865.3873.5841.57
HexAAB81C80551C414a2a
Octal252270341001253410111252
Binary1010101010111000111001000010101011110010000011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB81C; }

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

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

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

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

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

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

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

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