Html Css Color HEX #A6C520 Bahia

📋 copy color: '#A6C520'

red 166 ◦ green 197 ◦ blue 32

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

Shades of Bahia #A6C520

Tints of Bahia #A6C520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 42.03%
G = 49.87%
B = 8.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#A6C520 (or 0xA6C520) is known color: Bahia. HEX triplet: A6, C5 and 20. RGB value is (166,197,32). Sum of RGB (Red+Green+Blue) = 166+197+32=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C520 is #593ADF. Grayscale: #A9A9A9. Windows color (decimal): -5847776 or 2147750. OLE color: 2147750.

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

Color convert

RGB 166 197 32 -
CMYK 0.16 0 0.84 0.23
HSL 71.27º 0.72% 0.45% -
HSV(B) 71.27º 0.84% 0.77% -
XYZ 35.95 48.14 8.76 -
YUV 168.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 166 197 32 0.16 0 0.84 0.23 71.27 0.72 0.45
Hex A6 C5 20 10 0 54 17 47 48 2D
Octal 246 305 40 20 0 124 27 107 110 55
Binary 10100110 11000101 100000 10000 0 1010100 10111 1000111 1001000 101101

Color Harmonies of #A6C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C520

Black with #A6C520

Text Example


Text Example

White with #A6C520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C520; }

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

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

background-color css

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

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

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

border-color css

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

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

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