#AAB72A

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

Shades of Bahia #AAB72A

Tints of Bahia #AAB72A

Color information

#AAB72A (or 0xAAB72A) is unknown color: approx Bahia. HEX triplet: AA, B7 and 2A. RGB value is (170,183,42). Sum of RGB (Red+Green+Blue) = 170+183+42=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB72A is #5548D5. Grayscale: #A3A3A3. Windows color (decimal): -5589206 or 2799530. OLE color: 2799530.

HSL color Cylindrical-coordinate representation of color #AAB72A: hue angle of 65.53º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB72A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB17018342-
CMYK0.0700.770.28
HSL65.53º62.67%44.12%-
HSV(B)65.53º77.05%71.76%-
XYZ33.9342.588.62-
YUV163.0459.69132.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=43.04%
G=46.33%
B=10.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183420.0700.770.2865.5362.6744.12
HexAAB72A704D1C423f2c
Octal2522675270115341027754
Binary101010101011011110101011101001101111001000010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB72A; }

 p { color: rgb(170,183,42); }

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

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

 a { background-color: rgb(170,183,42); }

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

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

 span { border-color: rgb(170,183,42); }

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