Html Css Color HEX #A6C51A Bahia

📋 copy color: '#A6C51A'

red 166 ◦ green 197 ◦ blue 26

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

Shades of Bahia #A6C51A

Tints of Bahia #A6C51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.68%

R = 42.67%
G = 50.64%
B = 6.68%

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

#A6C51A (or 0xA6C51A) is known color: Bahia. HEX triplet: A6, C5 and 1A. RGB value is (166,197,26). Sum of RGB (Red+Green+Blue) = 166+197+26=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C51A is #593AE5. Grayscale: #A8A8A8. Windows color (decimal): -5847782 or 1754534. OLE color: 1754534.

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

Color convert

RGB 166 197 26 -
CMYK 0.16 0 0.87 0.23
HSL 70.88º 0.77% 0.44% -
HSV(B) 70.88º 0.87% 0.77% -
XYZ 35.88 48.11 8.37 -
YUV 168.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 166 197 26 0.16 0 0.87 0.23 70.88 0.77 0.44
Hex A6 C5 1A 10 0 57 17 47 4D 2C
Octal 246 305 32 20 0 127 27 107 115 54
Binary 10100110 11000101 11010 10000 0 1010111 10111 1000111 1001101 101100

Color Harmonies of #A6C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C51A

Black with #A6C51A

Text Example


Text Example

White with #A6C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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