Html Css Color HEX #A9C522 Bahia

📋 copy color: '#A9C522'

red 169 ◦ green 197 ◦ blue 34

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

Shades of Bahia #A9C522

Tints of Bahia #A9C522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 42.25%
G = 49.25%
B = 8.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#A9C522 (or 0xA9C522) is known color: Bahia. HEX triplet: A9, C5 and 22. RGB value is (169,197,34). Sum of RGB (Red+Green+Blue) = 169+197+34=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C522 is #563ADD. Grayscale: #AAAAAA. Windows color (decimal): -5651166 or 2278825. OLE color: 2278825.

HSL color Cylindrical-coordinate representation of color #A9C522: hue angle of 70.31º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9C522 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 197 34 -
CMYK 0.14 0 0.83 0.23
HSL 70.31º 0.71% 0.45% -
HSV(B) 70.31º 0.83% 0.77% -
XYZ 36.62 48.48 8.94 -
YUV 170.05 51.22 127.25 -
System Red Green Blue C M Y K H S L
Decimal 169 197 34 0.14 0 0.83 0.23 70.31 0.71 0.45
Hex A9 C5 22 E 0 53 17 46 47 2D
Octal 251 305 42 16 0 123 27 106 107 55
Binary 10101001 11000101 100010 1110 0 1010011 10111 1000110 1000111 101101

Color Harmonies of #A9C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C522

Black with #A9C522

Text Example


Text Example

White with #A9C522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C522; }

 p { color: rgb(169,197,34); }

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

background-color css

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

 a { background-color: rgb(169,197,34); }

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

border-color css

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

 span { border-color: rgb(169,197,34); }

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