#A6B528

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

Shades of Bahia #A6B528

Tints of Bahia #A6B528

Color information

#A6B528 (or 0xA6B528) is unknown color: approx Bahia. HEX triplet: A6, B5 and 28. RGB value is (166,181,40). Sum of RGB (Red+Green+Blue) = 166+181+40=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B528 is #594AD7. Grayscale: #A0A0A0. Windows color (decimal): -5851864 or 2667942. OLE color: 2667942.

HSL color Cylindrical-coordinate representation of color #A6B528: hue angle of 66.38º degrees, saturation: 0.64, 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 #A6B528 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB16618140-
CMYK0.0800.780.29
HSL66.38º63.8%43.33%-
HSV(B)66.38º77.9%70.98%-
XYZ32.6341.318.26-
YUV160.4460.03131.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=42.89%
G=46.77%
B=10.34%

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
Decimal166181400.0800.780.2966.3863.843.33
HexA6B528804E1D42402b
Octal246265501001163510210053
Binary10100110101101011010001000010011101110110000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B528; }

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

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

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

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

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

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

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

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