#A5C528

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

Shades of Bahia #A5C528

Tints of Bahia #A5C528

Color information

#A5C528 (or 0xA5C528) is unknown color: approx Bahia. HEX triplet: A5, C5 and 28. RGB value is (165,197,40). Sum of RGB (Red+Green+Blue) = 165+197+40=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C528 is #5A3AD7. Grayscale: #AAAAAA. Windows color (decimal): -5913304 or 2672037. OLE color: 2672037.

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

Color convert

RGB16519740-
CMYK0.1600.800.23
HSL72.23º66.24%46.47%-
HSV(B)72.23º79.7%77.25%-
XYZ35.8748.099.4-
YUV169.5354.9124.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 197 (77.34% from 255) = 49.00%
BLUE value IS 40 (16.02% from 255) = 9.95%
R=41.04%
G=49.00%
B=9.95%

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
Decimal165197400.1600.800.2372.2366.2446.47
HexA5C528100501748422e
Octal245305502001202711010256
Binary101001011100010110100010000010100001011110010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C528; }

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

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

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

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

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

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

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

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