#A6B42A

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

Shades of Bahia #A6B42A

Tints of Bahia #A6B42A

Color information

#A6B42A (or 0xA6B42A) is unknown color: approx Bahia. HEX triplet: A6, B4 and 2A. RGB value is (166,180,42). Sum of RGB (Red+Green+Blue) = 166+180+42=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B42A is #594BD5. Grayscale: #A0A0A0. Windows color (decimal): -5852118 or 2798758. OLE color: 2798758.

HSL color Cylindrical-coordinate representation of color #A6B42A: hue angle of 66.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B42A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB16618042-
CMYK0.0800.770.29
HSL66.09º62.16%43.53%-
HSV(B)66.09º76.67%70.59%-
XYZ32.4740.928.38-
YUV160.0861.36132.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=42.78%
G=46.39%
B=10.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180420.0800.770.2966.0962.1643.53
HexA6B42A804D1D423e2c
Octal24626452100115351027654
Binary1010011010110100101010100001001101111011000010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B42A; }

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

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

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

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

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

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

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

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