#aac419

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

Shades of Bahia #AAC419

Tints of Bahia #AAC419

Color information

#AAC419 (or 0xAAC419) is unknown color: approx Bahia. HEX triplet: AA, C4 and 19. RGB value is (170,196,25). Sum of RGB (Red+Green+Blue) = 170+196+25=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC419 is #553BE6. Grayscale: #A9A9A9. Windows color (decimal): -5585895 or 1688746. OLE color: 1688746.

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

Color convert

RGB17019625-
CMYK0.1300.870.23
HSL69.12º77.38%43.33%-
HSV(B)69.12º87.24%76.86%-
XYZ36.4948.18.28-
YUV168.7346.89128.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 25 (10.16% from 255) = 6.39%
R=43.48%
G=50.13%
B=6.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170196250.1300.870.2369.1277.3843.33
HexAAC419D05717454d2b
Octal252304311501272710511553
Binary1010101011000100110011101010101111011110001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac419; }

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

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

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

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

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

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

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

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