#AAC529

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

Shades of Bahia #AAC529

Tints of Bahia #AAC529

Color information

#AAC529 (or 0xAAC529) is unknown color: approx Bahia. HEX triplet: AA, C5 and 29. RGB value is (170,197,41). Sum of RGB (Red+Green+Blue) = 170+197+41=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC529 is #553AD6. Grayscale: #ABABAB. Windows color (decimal): -5585623 or 2737578. OLE color: 2737578.

HSL color Cylindrical-coordinate representation of color #AAC529: hue angle of 70.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC529 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB17019741-
CMYK0.1400.790.23
HSL70.38º65.55%46.67%-
HSV(B)70.38º79.19%77.25%-
XYZ36.9448.649.54-
YUV171.1454.55127.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 41 (16.41% from 255) = 10.05%
R=41.67%
G=48.28%
B=10.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197410.1400.790.2370.3865.5546.67
HexAAC529E04F1746422f
Octal252305511601172710610257
Binary10101010110001011010011110010011111011110001101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC529; }

 p { color: rgb(170,197,41); }

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

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

 a { background-color: rgb(170,197,41); }

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

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

 span { border-color: rgb(170,197,41); }

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