Html Css Color HEX #A6C510 Bahia

📋 copy color: '#A6C510'

red 166 ◦ green 197 ◦ blue 16

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

Shades of Bahia #A6C510

Tints of Bahia #A6C510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 43.8%
G = 51.98%
B = 4.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#A6C510 (or 0xA6C510) is known color: Bahia. HEX triplet: A6, C5 and 10. RGB value is (166,197,16). Sum of RGB (Red+Green+Blue) = 166+197+16=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C510 is #593AEF. Grayscale: #A7A7A7. Windows color (decimal): -5847792 or 1099174. OLE color: 1099174.

HSL color Cylindrical-coordinate representation of color #A6C510: hue angle of 70.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6C510 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 16 -
CMYK 0.16 0 0.92 0.23
HSL 70.28º 0.85% 0.42% -
HSV(B) 70.28º 0.92% 0.77% -
XYZ 35.79 48.08 7.88 -
YUV 167.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 166 197 16 0.16 0 0.92 0.23 70.28 0.85 0.42
Hex A6 C5 10 10 0 5C 17 46 55 2A
Octal 246 305 20 20 0 134 27 106 125 52
Binary 10100110 11000101 10000 10000 0 1011100 10111 1000110 1010101 101010

Color Harmonies of #A6C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C510

Black with #A6C510

Text Example


Text Example

White with #A6C510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C510; }

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

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

background-color css

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

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

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

border-color css

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

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

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