Html Css Color HEX #A9B520 Bahia

📋 copy color: '#A9B520'

red 169 ◦ green 181 ◦ blue 32

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

Shades of Bahia #A9B520

Tints of Bahia #A9B520

RGB

 RED value IS 169 (66.41% from 255) = 44.24%

 GREEN value IS 181 (71.09% from 255) = 47.38%

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 44.24%
G = 47.38%
B = 8.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A9B520 (or 0xA9B520) is known color: Bahia. HEX triplet: A9, B5 and 20. RGB value is (169,181,32). Sum of RGB (Red+Green+Blue) = 169+181+32=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B520 is #564ADF. Grayscale: #A1A1A1. Windows color (decimal): -5655264 or 2143657. OLE color: 2143657.

HSL color Cylindrical-coordinate representation of color #A9B520: hue angle of 64.83º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9B520 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 181 32 -
CMYK 0.07 0 0.82 0.29
HSL 64.83º 0.7% 0.42% -
HSV(B) 64.83º 0.82% 0.71% -
XYZ 33.15 41.59 7.65 -
YUV 160.43 55.52 134.12 -
System Red Green Blue C M Y K H S L
Decimal 169 181 32 0.07 0 0.82 0.29 64.83 0.7 0.42
Hex A9 B5 20 7 0 52 1D 41 46 2A
Octal 251 265 40 7 0 122 35 101 106 52
Binary 10101001 10110101 100000 111 0 1010010 11101 1000001 1000110 101010

Color Harmonies of #A9B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B520

Black with #A9B520

Text Example


Text Example

White with #A9B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B520; }

 p { color: rgb(169,181,32); }

 H1.HeaderClassName
 {
   color: #A9B520;
 }
 .AnyTagClassName
 {
   color: #A9B520;
 }
</style>

background-color css

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

 a { background-color: rgb(169,181,32); }

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

border-color css

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

 span { border-color: rgb(169,181,32); }

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