#AAB91D

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

Shades of Bahia #AAB91D

Tints of Bahia #AAB91D

Color information

#AAB91D (or 0xAAB91D) is unknown color: approx Bahia. HEX triplet: AA, B9 and 1D. RGB value is (170,185,29). Sum of RGB (Red+Green+Blue) = 170+185+29=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91D is #5546E2. Grayscale: #A3A3A3. Windows color (decimal): -5588707 or 1948074. OLE color: 1948074.

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

Color convert

RGB17018529-
CMYK0.0800.840.27
HSL65.77º72.9%41.96%-
HSV(B)65.77º84.32%72.55%-
XYZ34.1543.337.73-
YUV162.7352.53133.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 29 (11.72% from 255) = 7.55%
R=44.27%
G=48.18%
B=7.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170185290.0800.840.2765.7772.941.96
HexAAB91D80541B42492a
Octal252271351001243310211152
Binary1010101010111001111011000010101001101110000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB91D; }

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

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

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

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

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

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

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

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