Html Css Color HEX #A2C519 Bahia

📋 copy color: '#A2C519'

red 162 ◦ green 197 ◦ blue 25

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

Shades of Bahia #A2C519

Tints of Bahia #A2C519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.3%

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 42.19%
G = 51.3%
B = 6.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#A2C519 (or 0xA2C519) is known color: Bahia. HEX triplet: A2, C5 and 19. RGB value is (162,197,25). Sum of RGB (Red+Green+Blue) = 162+197+25=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C519 is #5D3AE6. Grayscale: #A7A7A7. Windows color (decimal): -6109927 or 1688994. OLE color: 1688994.

HSL color Cylindrical-coordinate representation of color #A2C519: hue angle of 72.21º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2C519 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 25 -
CMYK 0.18 0 0.87 0.23
HSL 72.21º 0.77% 0.44% -
HSV(B) 72.21º 0.87% 0.77% -
XYZ 35.04 47.68 8.28 -
YUV 166.93 47.9 124.49 -
System Red Green Blue C M Y K H S L
Decimal 162 197 25 0.18 0 0.87 0.23 72.21 0.77 0.44
Hex A2 C5 19 12 0 57 17 48 4D 2C
Octal 242 305 31 22 0 127 27 110 115 54
Binary 10100010 11000101 11001 10010 0 1010111 10111 1001000 1001101 101100

Color Harmonies of #A2C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C519

Black with #A2C519

Text Example


Text Example

White with #A2C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C519; }

 p { color: rgb(162,197,25); }

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

background-color css

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

 a { background-color: rgb(162,197,25); }

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

border-color css

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

 span { border-color: rgb(162,197,25); }

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