Html Css Color HEX #A2C619 Bahia

📋 copy color: '#A2C619'

red 162 ◦ green 198 ◦ blue 25

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

Shades of Bahia #A2C619

Tints of Bahia #A2C619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.43%

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

R = 42.08%
G = 51.43%
B = 6.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#A2C619 (or 0xA2C619) is known color: Bahia. HEX triplet: A2, C6 and 19. RGB value is (162,198,25). Sum of RGB (Red+Green+Blue) = 162+198+25=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C619 is #5D39E6. Grayscale: #A8A8A8. Windows color (decimal): -6109671 or 1689250. OLE color: 1689250.

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

Color convert

RGB 162 198 25 -
CMYK 0.18 0 0.87 0.22
HSL 72.49º 0.78% 0.44% -
HSV(B) 72.49º 0.87% 0.78% -
XYZ 35.27 48.14 8.35 -
YUV 167.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 162 198 25 0.18 0 0.87 0.22 72.49 0.78 0.44
Hex A2 C6 19 12 0 57 16 48 4E 2C
Octal 242 306 31 22 0 127 26 110 116 54
Binary 10100010 11000110 11001 10010 0 1010111 10110 1001000 1001110 101100

Color Harmonies of #A2C619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C619

Black with #A2C619

Text Example


Text Example

White with #A2C619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C619; }

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

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

background-color css

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

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

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

border-color css

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

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

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