#A9B713

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

Shades of Bahia #A9B713

Tints of Bahia #A9B713

Color information

#A9B713 (or 0xA9B713) is unknown color: approx Bahia. HEX triplet: A9, B7 and 13. RGB value is (169,183,19). Sum of RGB (Red+Green+Blue) = 169+183+19=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B713 is #5648EC. Grayscale: #A0A0A0. Windows color (decimal): -5654765 or 1292201. OLE color: 1292201.

HSL color Cylindrical-coordinate representation of color #A9B713: hue angle of 65.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9B713 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB16918319-
CMYK0.0800.900.28
HSL65.12º81.19%39.61%-
HSV(B)65.12º89.62%71.76%-
XYZ33.4142.357.03-
YUV160.1248.36134.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 19 (7.81% from 255) = 5.12%
R=45.55%
G=49.33%
B=5.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169183190.0800.900.2865.1281.1939.61
HexA9B713805A1C415128
Octal251267231001323410112150
Binary1010100110110111100111000010110101110010000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B713; }

 p { color: rgb(169,183,19); }

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

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

 a { background-color: rgb(169,183,19); }

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

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

 span { border-color: rgb(169,183,19); }

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