#A6B12E

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

Shades of Bahia #A6B12E

Tints of Bahia #A6B12E

Color information

#A6B12E (or 0xA6B12E) is unknown color: approx Bahia. HEX triplet: A6, B1 and 2E. RGB value is (166,177,46). Sum of RGB (Red+Green+Blue) = 166+177+46=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B12E is #594ED1. Grayscale: #9F9F9F. Windows color (decimal): -5852882 or 3060134. OLE color: 3060134.

HSL color Cylindrical-coordinate representation of color #A6B12E: hue angle of 65.04º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6B12E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB16617746-
CMYK0.0600.740.31
HSL65.04º58.74%43.73%-
HSV(B)65.04º74.01%69.41%-
XYZ31.9439.758.57-
YUV158.7864.36133.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=42.67%
G=45.50%
B=11.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177460.0600.740.3165.0458.7443.73
HexA6B12E604A1F413b2c
Octal2462615660112371017354
Binary101001101011000110111011001001010111111000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B12E; }

 p { color: rgb(166,177,46); }

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

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

 a { background-color: rgb(166,177,46); }

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

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

 span { border-color: rgb(166,177,46); }

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