#A6B516

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

Shades of Bahia #A6B516

Tints of Bahia #A6B516

Color information

#A6B516 (or 0xA6B516) is unknown color: approx Bahia. HEX triplet: A6, B5 and 16. RGB value is (166,181,22). Sum of RGB (Red+Green+Blue) = 166+181+22=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B516 is #594AE9. Grayscale: #9F9F9F. Windows color (decimal): -5851882 or 1488294. OLE color: 1488294.

HSL color Cylindrical-coordinate representation of color #A6B516: hue angle of 65.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 #A6B516 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB16618122-
CMYK0.0800.880.29
HSL65.66º78.33%39.8%-
HSV(B)65.66º87.85%70.98%-
XYZ32.3941.217.01-
YUV158.3951.03133.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 22 (8.98% from 255) = 5.96%
R=44.99%
G=49.05%
B=5.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181220.0800.880.2965.6678.3339.8
HexA6B51680581D424e28
Octal246265261001303510211650
Binary1010011010110101101101000010110001110110000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B516; }

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

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

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

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

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

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

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

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