#AAB318

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

Shades of Bahia #AAB318

Tints of Bahia #AAB318

Color information

#AAB318 (or 0xAAB318) is unknown color: approx Bahia. HEX triplet: AA, B3 and 18. RGB value is (170,179,24). Sum of RGB (Red+Green+Blue) = 170+179+24=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB318 is #554CE7. Grayscale: #9F9F9F. Windows color (decimal): -5590248 or 1618858. OLE color: 1618858.

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

Color convert

RGB17017924-
CMYK0.0500.870.30
HSL63.48º76.35%39.8%-
HSV(B)63.48º86.59%70.2%-
XYZ32.8640.857.02-
YUV158.6452.02136.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=45.58%
G=47.99%
B=6.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179240.0500.870.3063.4876.3539.8
HexAAB31850571E3f4c28
Octal2522633050127367711450
Binary10101010101100111100010101010111111101111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB318; }

 p { color: rgb(170,179,24); }

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

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

 a { background-color: rgb(170,179,24); }

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

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

 span { border-color: rgb(170,179,24); }

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