Html Css Color HEX #A2C819 Bahia

📋 copy color: '#A2C819'

red 162 ◦ green 200 ◦ blue 25

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

Shades of Bahia #A2C819

Tints of Bahia #A2C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.68%

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

R = 41.86%
G = 51.68%
B = 6.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A2C819 (or 0xA2C819) is known color: Bahia. HEX triplet: A2, C8 and 19. RGB value is (162,200,25). Sum of RGB (Red+Green+Blue) = 162+200+25=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C819 is #5D37E6. Grayscale: #A9A9A9. Windows color (decimal): -6109159 or 1689762. OLE color: 1689762.

HSL color Cylindrical-coordinate representation of color #A2C819: hue angle of 73.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C819 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 25 -
CMYK 0.19 0 0.88 0.22
HSL 73.03º 0.78% 0.44% -
HSV(B) 73.03º 0.88% 0.78% -
XYZ 35.73 49.06 8.51 -
YUV 168.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 162 200 25 0.19 0 0.88 0.22 73.03 0.78 0.44
Hex A2 C8 19 13 0 58 16 49 4E 2C
Octal 242 310 31 23 0 130 26 111 116 54
Binary 10100010 11001000 11001 10011 0 1011000 10110 1001001 1001110 101100

Color Harmonies of #A2C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C819

Black with #A2C819

Text Example


Text Example

White with #A2C819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C819; }

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

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

background-color css

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

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

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

border-color css

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

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

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