#A4C528

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

Shades of Bahia #A4C528

Tints of Bahia #A4C528

Color information

#A4C528 (or 0xA4C528) is unknown color: approx Bahia. HEX triplet: A4, C5 and 28. RGB value is (164,197,40). Sum of RGB (Red+Green+Blue) = 164+197+40=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C528 is #5B3AD7. Grayscale: #A9A9A9. Windows color (decimal): -5978840 or 2672036. OLE color: 2672036.

HSL color Cylindrical-coordinate representation of color #A4C528: hue angle of 72.61º 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 #A4C528 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB16419740-
CMYK0.1700.800.23
HSL72.61º66.24%46.47%-
HSV(B)72.61º79.7%77.25%-
XYZ35.6647.989.39-
YUV169.2455.07124.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 197 (77.34% from 255) = 49.13%
BLUE value IS 40 (16.02% from 255) = 9.98%
R=40.90%
G=49.13%
B=9.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197400.1700.800.2372.6166.2446.47
HexA4C528110501749422e
Octal244305502101202711110256
Binary101001001100010110100010001010100001011110010011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C528; }

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

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

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

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

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

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

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

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