Html Css Color HEX #A6C220 Bahia

📋 copy color: '#A6C220'

red 166 ◦ green 194 ◦ blue 32

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

Shades of Bahia #A6C220

Tints of Bahia #A6C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.49%

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

R = 42.35%
G = 49.49%
B = 8.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A6C220 (or 0xA6C220) is known color: Bahia. HEX triplet: A6, C2 and 20. RGB value is (166,194,32). Sum of RGB (Red+Green+Blue) = 166+194+32=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C220 is #593DDF. Grayscale: #A7A7A7. Windows color (decimal): -5848544 or 2146982. OLE color: 2146982.

HSL color Cylindrical-coordinate representation of color #A6C220: hue angle of 70.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6C220 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 32 -
CMYK 0.14 0 0.84 0.24
HSL 70.37º 0.72% 0.44% -
HSV(B) 70.37º 0.84% 0.76% -
XYZ 35.28 46.79 8.54 -
YUV 167.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 166 194 32 0.14 0 0.84 0.24 70.37 0.72 0.44
Hex A6 C2 20 E 0 54 18 46 48 2C
Octal 246 302 40 16 0 124 30 106 110 54
Binary 10100110 11000010 100000 1110 0 1010100 11000 1000110 1001000 101100

Color Harmonies of #A6C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C220

Black with #A6C220

Text Example


Text Example

White with #A6C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C220; }

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

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

background-color css

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

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

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

border-color css

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

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

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