Html Css Color HEX #A2C215 Bahia

📋 copy color: '#A2C215'

red 162 ◦ green 194 ◦ blue 21

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

Shades of Bahia #A2C215

Tints of Bahia #A2C215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 42.97%
G = 51.46%
B = 5.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#A2C215 (or 0xA2C215) is known color: Bahia. HEX triplet: A2, C2 and 15. RGB value is (162,194,21). Sum of RGB (Red+Green+Blue) = 162+194+21=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C215 is #5D3DEA. Grayscale: #A5A5A5. Windows color (decimal): -6110699 or 1426082. OLE color: 1426082.

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

Color convert

RGB 162 194 21 -
CMYK 0.16 0 0.89 0.24
HSL 71.1º 0.8% 0.42% -
HSV(B) 71.1º 0.89% 0.76% -
XYZ 34.33 46.32 7.84 -
YUV 164.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 162 194 21 0.16 0 0.89 0.24 71.1 0.8 0.42
Hex A2 C2 15 10 0 59 18 47 50 2A
Octal 242 302 25 20 0 131 30 107 120 52
Binary 10100010 11000010 10101 10000 0 1011001 11000 1000111 1010000 101010

Color Harmonies of #A2C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C215

Black with #A2C215

Text Example


Text Example

White with #A2C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C215; }

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

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

background-color css

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

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

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

border-color css

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

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

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