Html Css Color HEX #A6C019 Bahia

📋 copy color: '#A6C019'

red 166 ◦ green 192 ◦ blue 25

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

Shades of Bahia #A6C019

Tints of Bahia #A6C019

RGB

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

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

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

R = 43.34%
G = 50.13%
B = 6.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A6C019 (or 0xA6C019) is known color: Bahia. HEX triplet: A6, C0 and 19. RGB value is (166,192,25). Sum of RGB (Red+Green+Blue) = 166+192+25=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C019 is #593FE6. Grayscale: #A5A5A5. Windows color (decimal): -5849063 or 1687718. OLE color: 1687718.

HSL color Cylindrical-coordinate representation of color #A6C019: hue angle of 69.34º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6C019 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 25 -
CMYK 0.14 0 0.87 0.25
HSL 69.34º 0.77% 0.43% -
HSV(B) 69.34º 0.87% 0.75% -
XYZ 34.75 45.88 7.94 -
YUV 165.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 166 192 25 0.14 0 0.87 0.25 69.34 0.77 0.43
Hex A6 C0 19 E 0 57 19 45 4D 2B
Octal 246 300 31 16 0 127 31 105 115 53
Binary 10100110 11000000 11001 1110 0 1010111 11001 1000101 1001101 101011

Color Harmonies of #A6C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C019

Black with #A6C019

Text Example


Text Example

White with #A6C019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C019; }

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

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

background-color css

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

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

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

border-color css

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

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

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