#A6C216

Color #A6C216 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A6C216

Tints of Bahia #A6C216

Color information

#A6C216 (or 0xA6C216) is unknown color: approx Bahia. HEX triplet: A6, C2 and 16. RGB value is (166,194,22). Sum of RGB (Red+Green+Blue) = 166+194+22=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C216 is #593DE9. Grayscale: #A6A6A6. Windows color (decimal): -5848554 or 1491622. OLE color: 1491622.

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

Color convert

RGB16619422-
CMYK0.1400.890.24
HSL69.77º79.63%42.35%-
HSV(B)69.77º88.66%76.08%-
XYZ35.1646.757.93-
YUV166.0246.72127.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 194 (76.17% from 255) = 50.79%
BLUE value IS 22 (8.98% from 255) = 5.76%
R=43.46%
G=50.79%
B=5.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166194220.1400.890.2469.7779.6342.35
HexA6C216E0591846502a
Octal246302261601313010612052
Binary1010011011000010101101110010110011100010001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C216; }

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

 H1.HeaderClassName
 {
   color: #A6C216;
 }
 .AnyTagClassName
 {
   color: #A6C216;
 }
</style>
background-color css

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

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

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

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

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

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