Html Css Color HEX #A2C221 Bahia

📋 copy color: '#A2C221'

red 162 ◦ green 194 ◦ blue 33

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

Shades of Bahia #A2C221

Tints of Bahia #A2C221

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

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

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

R = 41.65%
G = 49.87%
B = 8.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A2C221 (or 0xA2C221) is known color: Bahia. HEX triplet: A2, C2 and 21. RGB value is (162,194,33). Sum of RGB (Red+Green+Blue) = 162+194+33=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C221 is #5D3DDE. Grayscale: #A6A6A6. Windows color (decimal): -6110687 or 2212514. OLE color: 2212514.

HSL color Cylindrical-coordinate representation of color #A2C221: hue angle of 71.93º 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 #A2C221 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 33 -
CMYK 0.16 0 0.83 0.24
HSL 71.93º 0.71% 0.45% -
HSV(B) 71.93º 0.83% 0.76% -
XYZ 34.47 46.37 8.57 -
YUV 166.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 162 194 33 0.16 0 0.83 0.24 71.93 0.71 0.45
Hex A2 C2 21 10 0 53 18 48 47 2D
Octal 242 302 41 20 0 123 30 110 107 55
Binary 10100010 11000010 100001 10000 0 1010011 11000 1001000 1000111 101101

Color Harmonies of #A2C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C221

Black with #A2C221

Text Example


Text Example

White with #A2C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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