#A6B617

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

Shades of Bahia #A6B617

Tints of Bahia #A6B617

Color information

#A6B617 (or 0xA6B617) is unknown color: approx Bahia. HEX triplet: A6, B6 and 17. RGB value is (166,182,23). Sum of RGB (Red+Green+Blue) = 166+182+23=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B617 is #5949E8. Grayscale: #9F9F9F. Windows color (decimal): -5851625 or 1554086. OLE color: 1554086.

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

Color convert

RGB16618223-
CMYK0.0900.870.29
HSL66.04º77.56%40.2%-
HSV(B)66.04º87.36%71.37%-
XYZ32.6141.627.13-
YUV159.0951.2132.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=44.74%
G=49.06%
B=6.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182230.0900.870.2966.0477.5640.2
HexA6B61790571D424e28
Octal246266271101273510211650
Binary1010011010110110101111001010101111110110000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B617; }

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

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

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

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

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

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

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

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