Html Css Color HEX #A9B420 Bahia

📋 copy color: '#A9B420'

red 169 ◦ green 180 ◦ blue 32

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

Shades of Bahia #A9B420

Tints of Bahia #A9B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

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

R = 44.36%
G = 47.24%
B = 8.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A9B420 (or 0xA9B420) is known color: Bahia. HEX triplet: A9, B4 and 20. RGB value is (169,180,32). Sum of RGB (Red+Green+Blue) = 169+180+32=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B420 is #564BDF. Grayscale: #A0A0A0. Windows color (decimal): -5655520 or 2143401. OLE color: 2143401.

HSL color Cylindrical-coordinate representation of color #A9B420: hue angle of 64.46º 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 #A9B420 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 32 -
CMYK 0.06 0 0.82 0.29
HSL 64.46º 0.7% 0.42% -
HSV(B) 64.46º 0.82% 0.71% -
XYZ 32.94 41.18 7.58 -
YUV 159.84 55.86 134.53 -
System Red Green Blue C M Y K H S L
Decimal 169 180 32 0.06 0 0.82 0.29 64.46 0.7 0.42
Hex A9 B4 20 6 0 52 1D 40 46 2A
Octal 251 264 40 6 0 122 35 100 106 52
Binary 10101001 10110100 100000 110 0 1010010 11101 1000000 1000110 101010

Color Harmonies of #A9B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B420

Black with #A9B420

Text Example


Text Example

White with #A9B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B420; }

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

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

background-color css

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

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

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

border-color css

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

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

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