Html Css Color HEX #A2C121 Bahia

📋 copy color: '#A2C121'

red 162 ◦ green 193 ◦ blue 33

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

Shades of Bahia #A2C121

Tints of Bahia #A2C121

RGB

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

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

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

R = 41.75%
G = 49.74%
B = 8.51%

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

#A2C121 (or 0xA2C121) is known color: Bahia. HEX triplet: A2, C1 and 21. RGB value is (162,193,33). Sum of RGB (Red+Green+Blue) = 162+193+33=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C121 is #5D3EDE. Grayscale: #A6A6A6. Windows color (decimal): -6110943 or 2212258. OLE color: 2212258.

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

Color convert

RGB 162 193 33 -
CMYK 0.16 0 0.83 0.24
HSL 71.63º 0.71% 0.44% -
HSV(B) 71.63º 0.83% 0.76% -
XYZ 34.24 45.93 8.5 -
YUV 165.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 162 193 33 0.16 0 0.83 0.24 71.63 0.71 0.44
Hex A2 C1 21 10 0 53 18 48 47 2C
Octal 242 301 41 20 0 123 30 110 107 54
Binary 10100010 11000001 100001 10000 0 1010011 11000 1001000 1000111 101100

Color Harmonies of #A2C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C121

Black with #A2C121

Text Example


Text Example

White with #A2C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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