#AAB924

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

Shades of Bahia #AAB924

Tints of Bahia #AAB924

Color information

#AAB924 (or 0xAAB924) is unknown color: approx Bahia. HEX triplet: AA, B9 and 24. RGB value is (170,185,36). Sum of RGB (Red+Green+Blue) = 170+185+36=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB924 is #5546DB. Grayscale: #A4A4A4. Windows color (decimal): -5588700 or 2406826. OLE color: 2406826.

HSL color Cylindrical-coordinate representation of color #AAB924: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB924 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB17018536-
CMYK0.0800.810.27
HSL66.04º67.42%43.33%-
HSV(B)66.04º80.54%72.55%-
XYZ34.2443.378.24-
YUV163.5356.03132.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 36 (14.45% from 255) = 9.21%
R=43.48%
G=47.31%
B=9.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170185360.0800.810.2766.0467.4243.33
HexAAB92480511B42432b
Octal252271441001213310210353
Binary10101010101110011001001000010100011101110000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB924; }

 p { color: rgb(170,185,36); }

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

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

 a { background-color: rgb(170,185,36); }

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

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

 span { border-color: rgb(170,185,36); }

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