#A6BA15

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

Shades of Bahia #A6BA15

Tints of Bahia #A6BA15

Color information

#A6BA15 (or 0xA6BA15) is unknown color: approx Bahia. HEX triplet: A6, BA and 15. RGB value is (166,186,21). Sum of RGB (Red+Green+Blue) = 166+186+21=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA15 is #5945EA. Grayscale: #A1A1A1. Windows color (decimal): -5850603 or 1424038. OLE color: 1424038.

HSL color Cylindrical-coordinate representation of color #A6BA15: hue angle of 67.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6BA15 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB16618621-
CMYK0.1100.890.27
HSL67.27º79.71%40.59%-
HSV(B)67.27º88.71%72.94%-
XYZ33.4243.287.3-
YUV161.2148.87131.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 21 (8.59% from 255) = 5.63%
R=44.50%
G=49.87%
B=5.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166186210.1100.890.2767.2779.7140.59
HexA6BA15B0591B435029
Octal246272251301313310312051
Binary1010011010111010101011011010110011101110000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA15; }

 p { color: rgb(166,186,21); }

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

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

 a { background-color: rgb(166,186,21); }

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

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

 span { border-color: rgb(166,186,21); }

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