Html Css Color HEX #A9C221 Bahia

📋 copy color: '#A9C221'

red 169 ◦ green 194 ◦ blue 33

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

Shades of Bahia #A9C221

Tints of Bahia #A9C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 42.68%
G = 48.99%
B = 8.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A9C221 (or 0xA9C221) is known color: Bahia. HEX triplet: A9, C2 and 21. RGB value is (169,194,33). Sum of RGB (Red+Green+Blue) = 169+194+33=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C221 is #563DDE. Grayscale: #A8A8A8. Windows color (decimal): -5651935 or 2212521. OLE color: 2212521.

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

Color convert

RGB 169 194 33 -
CMYK 0.13 0 0.83 0.24
HSL 69.32º 0.71% 0.45% -
HSV(B) 69.32º 0.83% 0.76% -
XYZ 35.93 47.13 8.64 -
YUV 168.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 169 194 33 0.13 0 0.83 0.24 69.32 0.71 0.45
Hex A9 C2 21 D 0 53 18 45 47 2D
Octal 251 302 41 15 0 123 30 105 107 55
Binary 10101001 11000010 100001 1101 0 1010011 11000 1000101 1000111 101101

Color Harmonies of #A9C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C221

Black with #A9C221

Text Example


Text Example

White with #A9C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C221; }

 p { color: rgb(169,194,33); }

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

background-color css

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

 a { background-color: rgb(169,194,33); }

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

border-color css

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

 span { border-color: rgb(169,194,33); }

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