#A6C528

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

Shades of Bahia #A6C528

Tints of Bahia #A6C528

Color information

#A6C528 (or 0xA6C528) is unknown color: approx Bahia. HEX triplet: A6, C5 and 28. RGB value is (166,197,40). Sum of RGB (Red+Green+Blue) = 166+197+40=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C528 is #593AD7. Grayscale: #AAAAAA. Windows color (decimal): -5847768 or 2672038. OLE color: 2672038.

HSL color Cylindrical-coordinate representation of color #A6C528: hue angle of 71.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C528 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB16619740-
CMYK0.1600.800.23
HSL71.85º66.24%46.47%-
HSV(B)71.85º79.7%77.25%-
XYZ36.0848.199.41-
YUV169.8354.73125.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 40 (16.02% from 255) = 9.93%
R=41.19%
G=48.88%
B=9.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166197400.1600.800.2371.8566.2446.47
HexA6C528100501748422e
Octal246305502001202711010256
Binary101001101100010110100010000010100001011110010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C528; }

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

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

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

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

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

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

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

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