#AAB812

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

Shades of Bahia #AAB812

Tints of Bahia #AAB812

Color information

#AAB812 (or 0xAAB812) is unknown color: approx Bahia. HEX triplet: AA, B8 and 12. RGB value is (170,184,18). Sum of RGB (Red+Green+Blue) = 170+184+18=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB812 is #5547ED. Grayscale: #A1A1A1. Windows color (decimal): -5588974 or 1226922. OLE color: 1226922.

HSL color Cylindrical-coordinate representation of color #AAB812: hue angle of 65.06º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB812 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB17018418-
CMYK0.0800.900.28
HSL65.06º82.18%39.61%-
HSV(B)65.06º90.22%72.16%-
XYZ33.8342.877.06-
YUV160.8947.36134.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 18 (7.42% from 255) = 4.84%
R=45.70%
G=49.46%
B=4.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184180.0800.900.2865.0682.1839.61
HexAAB812805A1C415228
Octal252270221001323410112250
Binary1010101010111000100101000010110101110010000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB812; }

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

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

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

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

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

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

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

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