#AAB225

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

Shades of Bahia #AAB225

Tints of Bahia #AAB225

Color information

#AAB225 (or 0xAAB225) is unknown color: approx Bahia. HEX triplet: AA, B2 and 25. RGB value is (170,178,37). Sum of RGB (Red+Green+Blue) = 170+178+37=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB225 is #554DDA. Grayscale: #A0A0A0. Windows color (decimal): -5590491 or 2470570. OLE color: 2470570.

HSL color Cylindrical-coordinate representation of color #AAB225: hue angle of 63.4º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB225 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17017837-
CMYK0.0400.790.30
HSL63.4º65.58%42.16%-
HSV(B)63.4º79.21%69.8%-
XYZ32.8340.527.84-
YUV159.5358.85135.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 37 (14.84% from 255) = 9.61%
R=44.16%
G=46.23%
B=9.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178370.0400.790.3063.465.5842.16
HexAAB225404F1E3f422a
Octal2522624540117367710252
Binary101010101011001010010110001001111111101111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB225; }

 p { color: rgb(170,178,37); }

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

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

 a { background-color: rgb(170,178,37); }

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

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

 span { border-color: rgb(170,178,37); }

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