#A6B615

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

Shades of Bahia #A6B615

Tints of Bahia #A6B615

Color information

#A6B615 (or 0xA6B615) is unknown color: approx Bahia. HEX triplet: A6, B6 and 15. RGB value is (166,182,21). Sum of RGB (Red+Green+Blue) = 166+182+21=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B615 is #5949EA. Grayscale: #9F9F9F. Windows color (decimal): -5851627 or 1423014. OLE color: 1423014.

HSL color Cylindrical-coordinate representation of color #A6B615: hue angle of 65.96º degrees, saturation: 0.79, 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 #A6B615 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB16618221-
CMYK0.0900.880.29
HSL65.96º79.31%39.8%-
HSV(B)65.96º88.46%71.37%-
XYZ32.5941.627.02-
YUV158.8650.2133.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=44.99%
G=49.32%
B=5.69%

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
Decimal166182210.0900.880.2965.9679.3139.8
HexA6B61590581D424f28
Octal246266251101303510211750
Binary1010011010110110101011001010110001110110000101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B615; }

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

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

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

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

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

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

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

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