Html Css Color HEX #A3C220 Bahia

📋 copy color: '#A3C220'

red 163 ◦ green 194 ◦ blue 32

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

Shades of Bahia #A3C220

Tints of Bahia #A3C220

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

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

R = 41.9%
G = 49.87%
B = 8.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A3C220 (or 0xA3C220) is known color: Bahia. HEX triplet: A3, C2 and 20. RGB value is (163,194,32). Sum of RGB (Red+Green+Blue) = 163+194+32=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C220 is #5C3DDF. Grayscale: #A6A6A6. Windows color (decimal): -6045152 or 2146979. OLE color: 2146979.

HSL color Cylindrical-coordinate representation of color #A3C220: hue angle of 71.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3C220 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 194 32 -
CMYK 0.16 0 0.84 0.24
HSL 71.48º 0.72% 0.44% -
HSV(B) 71.48º 0.84% 0.76% -
XYZ 34.66 46.47 8.51 -
YUV 166.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 163 194 32 0.16 0 0.84 0.24 71.48 0.72 0.44
Hex A3 C2 20 10 0 54 18 47 48 2C
Octal 243 302 40 20 0 124 30 107 110 54
Binary 10100011 11000010 100000 10000 0 1010100 11000 1000111 1001000 101100

Color Harmonies of #A3C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C220

Black with #A3C220

Text Example


Text Example

White with #A3C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C220; }

 p { color: rgb(163,194,32); }

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

background-color css

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

 a { background-color: rgb(163,194,32); }

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

border-color css

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

 span { border-color: rgb(163,194,32); }

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