#A6B527

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

Shades of Bahia #A6B527

Tints of Bahia #A6B527

Color information

#A6B527 (or 0xA6B527) is unknown color: approx Bahia. HEX triplet: A6, B5 and 27. RGB value is (166,181,39). Sum of RGB (Red+Green+Blue) = 166+181+39=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B527 is #594AD8. Grayscale: #A0A0A0. Windows color (decimal): -5851865 or 2602406. OLE color: 2602406.

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

Color convert

RGB16618139-
CMYK0.0800.780.29
HSL66.34º64.55%43.14%-
HSV(B)66.34º78.45%70.98%-
XYZ32.6241.38.17-
YUV160.3359.53132.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=43.01%
G=46.89%
B=10.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181390.0800.780.2966.3464.5543.14
HexA6B527804E1D42412b
Octal246265471001163510210153
Binary10100110101101011001111000010011101110110000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B527; }

 p { color: rgb(166,181,39); }

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

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

 a { background-color: rgb(166,181,39); }

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

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

 span { border-color: rgb(166,181,39); }

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