#A6B914

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

Shades of Bahia #A6B914

Tints of Bahia #A6B914

Color information

#A6B914 (or 0xA6B914) is unknown color: approx Bahia. HEX triplet: A6, B9 and 14. RGB value is (166,185,20). Sum of RGB (Red+Green+Blue) = 166+185+20=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B914 is #5946EB. Grayscale: #A1A1A1. Windows color (decimal): -5850860 or 1358246. OLE color: 1358246.

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

Color convert

RGB16618520-
CMYK0.1000.890.27
HSL66.91º80.49%40.2%-
HSV(B)66.91º89.19%72.55%-
XYZ33.242.867.18-
YUV160.5148.71131.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 20 (8.20% from 255) = 5.39%
R=44.74%
G=49.87%
B=5.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185200.1000.890.2766.9180.4940.2
HexA6B914A0591B435028
Octal246271241201313310312050
Binary1010011010111001101001010010110011101110000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B914; }

 p { color: rgb(166,185,20); }

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

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

 a { background-color: rgb(166,185,20); }

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

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

 span { border-color: rgb(166,185,20); }

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