#A6B616

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

Shades of Bahia #A6B616

Tints of Bahia #A6B616

Color information

#A6B616 (or 0xA6B616) is unknown color: approx Bahia. HEX triplet: A6, B6 and 16. RGB value is (166,182,22). Sum of RGB (Red+Green+Blue) = 166+182+22=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B616 is #5949E9. Grayscale: #9F9F9F. Windows color (decimal): -5851626 or 1488550. OLE color: 1488550.

HSL color Cylindrical-coordinate representation of color #A6B616: hue angle of 66º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6B616 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB16618222-
CMYK0.0900.880.29
HSL66º78.43%40%-
HSV(B)66º87.91%71.37%-
XYZ32.641.627.07-
YUV158.9850.7133.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 22 (8.98% from 255) = 5.95%
R=44.86%
G=49.19%
B=5.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182220.0900.880.296678.4340
HexA6B61690581D424e28
Octal246266261101303510211650
Binary1010011010110110101101001010110001110110000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B616; }

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

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

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

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

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

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

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

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