#A6B531

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

Shades of Bahia #A6B531

Tints of Bahia #A6B531

Color information

#A6B531 (or 0xA6B531) is unknown color: approx Bahia. HEX triplet: A6, B5 and 31. RGB value is (166,181,49). Sum of RGB (Red+Green+Blue) = 166+181+49=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B531 is #594ACE. Grayscale: #A1A1A1. Windows color (decimal): -5851855 or 3257766. OLE color: 3257766.

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

Color convert

RGB16618149-
CMYK0.0800.730.29
HSL66.82º57.39%45.1%-
HSV(B)66.82º72.93%70.98%-
XYZ32.841.389.16-
YUV161.4764.53131.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 49 (19.53% from 255) = 12.37%
R=41.92%
G=45.71%
B=12.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181490.0800.730.2966.8257.3945.1
HexA6B53180491D43392d
Octal24626561100111351037155
Binary1010011010110101110001100001001001111011000011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B531; }

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

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

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

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

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

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

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

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