#A6B12A

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

Shades of Bahia #A6B12A

Tints of Bahia #A6B12A

Color information

#A6B12A (or 0xA6B12A) is unknown color: approx Bahia. HEX triplet: A6, B1 and 2A. RGB value is (166,177,42). Sum of RGB (Red+Green+Blue) = 166+177+42=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B12A is #594ED5. Grayscale: #9E9E9E. Windows color (decimal): -5852886 or 2797990. OLE color: 2797990.

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

Color convert

RGB16617742-
CMYK0.0600.760.31
HSL64.89º61.64%42.94%-
HSV(B)64.89º76.27%69.41%-
XYZ31.8739.728.18-
YUV158.3262.36133.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 42 (16.80% from 255) = 10.91%
R=43.12%
G=45.97%
B=10.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177420.0600.760.3164.8961.6442.94
HexA6B12A604C1F413e2b
Octal2462615260114371017653
Binary101001101011000110101011001001100111111000001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B12A; }

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

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

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

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

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

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

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

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