Html Css Color HEX #A2C120 Bahia

📋 copy color: '#A2C120'

red 162 ◦ green 193 ◦ blue 32

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

Shades of Bahia #A2C120

Tints of Bahia #A2C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

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

R = 41.86%
G = 49.87%
B = 8.27%

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

#A2C120 (or 0xA2C120) is known color: Bahia. HEX triplet: A2, C1 and 20. RGB value is (162,193,32). Sum of RGB (Red+Green+Blue) = 162+193+32=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C120 is #5D3EDF. Grayscale: #A5A5A5. Windows color (decimal): -6110944 or 2146722. OLE color: 2146722.

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

Color convert

RGB 162 193 32 -
CMYK 0.16 0 0.83 0.24
HSL 71.55º 0.72% 0.44% -
HSV(B) 71.55º 0.83% 0.76% -
XYZ 34.23 45.93 8.43 -
YUV 165.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 162 193 32 0.16 0 0.83 0.24 71.55 0.72 0.44
Hex A2 C1 20 10 0 53 18 48 48 2C
Octal 242 301 40 20 0 123 30 110 110 54
Binary 10100010 11000001 100000 10000 0 1010011 11000 1001000 1001000 101100

Color Harmonies of #A2C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C120

Black with #A2C120

Text Example


Text Example

White with #A2C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C120; }

 p { color: rgb(162,193,32); }

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

background-color css

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

 a { background-color: rgb(162,193,32); }

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

border-color css

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

 span { border-color: rgb(162,193,32); }

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