Html Css Color HEX #A9B713 Bahia

📋 copy color: '#A9B713'

red 169 ◦ green 183 ◦ blue 19

#A9B713
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A9B713

Tints of Bahia #A9B713

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 value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#A9B713 (or 0xA9B713) is known color: 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

RGB 169 183 19 -
CMYK 0.08 0 0.90 0.28
HSL 65.12º 0.81% 0.4% -
HSV(B) 65.12º 0.9% 0.72% -
XYZ 33.41 42.35 7.03 -
YUV 160.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 169 183 19 0.08 0 0.90 0.28 65.12 0.81 0.4
Hex A9 B7 13 8 0 5A 1C 41 51 28
Octal 251 267 23 10 0 132 34 101 121 50
Binary 10101001 10110111 10011 1000 0 1011010 11100 1000001 1010001 101000

Color Harmonies of #A9B713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B713

Black with #A9B713

Text Example


Text Example

White with #A9B713

Text Example


Text Example

HTML Codes & Css Web 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>