#AAC412

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

Shades of Bahia #AAC412

Tints of Bahia #AAC412

Color information

#AAC412 (or 0xAAC412) is unknown color: approx Bahia. HEX triplet: AA, C4 and 12. RGB value is (170,196,18). Sum of RGB (Red+Green+Blue) = 170+196+18=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC412 is #553BED. Grayscale: #A8A8A8. Windows color (decimal): -5585902 or 1229994. OLE color: 1229994.

HSL color Cylindrical-coordinate representation of color #AAC412: hue angle of 68.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAC412 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB17019618-
CMYK0.1300.910.23
HSL68.76º83.18%41.96%-
HSV(B)68.76º90.82%76.86%-
XYZ36.4348.077.93-
YUV167.9343.39129.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 196 (76.95% from 255) = 51.04%
BLUE value IS 18 (7.42% from 255) = 4.69%
R=44.27%
G=51.04%
B=4.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170196180.1300.910.2368.7683.1841.96
HexAAC412D05B1745532a
Octal252304221501332710512352
Binary1010101011000100100101101010110111011110001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC412; }

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

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

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

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

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

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

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

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