Html Css Color HEX #A6C519 Bahia

📋 copy color: '#A6C519'

red 166 ◦ green 197 ◦ blue 25

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

Shades of Bahia #A6C519

Tints of Bahia #A6C519

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

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

R = 42.78%
G = 50.77%
B = 6.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#A6C519 (or 0xA6C519) is known color: Bahia. HEX triplet: A6, C5 and 19. RGB value is (166,197,25). Sum of RGB (Red+Green+Blue) = 166+197+25=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C519 is #593AE6. Grayscale: #A8A8A8. Windows color (decimal): -5847783 or 1688998. OLE color: 1688998.

HSL color Cylindrical-coordinate representation of color #A6C519: hue angle of 70.81º 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 #A6C519 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 25 -
CMYK 0.16 0 0.87 0.23
HSL 70.81º 0.77% 0.44% -
HSV(B) 70.81º 0.87% 0.77% -
XYZ 35.87 48.11 8.32 -
YUV 168.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 166 197 25 0.16 0 0.87 0.23 70.81 0.77 0.44
Hex A6 C5 19 10 0 57 17 47 4D 2C
Octal 246 305 31 20 0 127 27 107 115 54
Binary 10100110 11000101 11001 10000 0 1010111 10111 1000111 1001101 101100

Color Harmonies of #A6C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C519

Black with #A6C519

Text Example


Text Example

White with #A6C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C519; }

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

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

background-color css

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

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

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

border-color css

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

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

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