Html Css Color HEX #A2C016 Bahia

📋 copy color: '#A2C016'

red 162 ◦ green 192 ◦ blue 22

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

Shades of Bahia #A2C016

Tints of Bahia #A2C016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 43.09%
G = 51.06%
B = 5.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A2C016 (or 0xA2C016) is known color: Bahia. HEX triplet: A2, C0 and 16. RGB value is (162,192,22). Sum of RGB (Red+Green+Blue) = 162+192+22=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C016 is #5D3FE9. Grayscale: #A4A4A4. Windows color (decimal): -6111210 or 1491106. OLE color: 1491106.

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

Color convert

RGB 162 192 22 -
CMYK 0.16 0 0.89 0.25
HSL 70.59º 0.79% 0.42% -
HSV(B) 70.59º 0.89% 0.75% -
XYZ 33.89 45.44 7.74 -
YUV 163.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 162 192 22 0.16 0 0.89 0.25 70.59 0.79 0.42
Hex A2 C0 16 10 0 59 19 47 4F 2A
Octal 242 300 26 20 0 131 31 107 117 52
Binary 10100010 11000000 10110 10000 0 1011001 11001 1000111 1001111 101010

Color Harmonies of #A2C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C016

Black with #A2C016

Text Example


Text Example

White with #A2C016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C016; }

 p { color: rgb(162,192,22); }

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

background-color css

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

 a { background-color: rgb(162,192,22); }

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

border-color css

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

 span { border-color: rgb(162,192,22); }

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