#AAB217

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

Shades of Bahia #AAB217

Tints of Bahia #AAB217

Color information

#AAB217 (or 0xAAB217) is unknown color: approx Bahia. HEX triplet: AA, B2 and 17. RGB value is (170,178,23). Sum of RGB (Red+Green+Blue) = 170+178+23=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB217 is #554DE8. Grayscale: #9E9E9E. Windows color (decimal): -5590505 or 1553066. OLE color: 1553066.

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

Color convert

RGB17017823-
CMYK0.0400.870.30
HSL63.1º77.11%39.41%-
HSV(B)63.1º87.08%69.8%-
XYZ32.6540.456.9-
YUV157.9451.85136.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=45.82%
G=47.98%
B=6.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178230.0400.870.3063.177.1139.41
HexAAB21740571E3f4d27
Octal2522622740127367711547
Binary10101010101100101011110001010111111101111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB217; }

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

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

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

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

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

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

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

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