#a0c325

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

Shades of Bahia #A0C325

Tints of Bahia #A0C325

Color information

#A0C325 (or 0xA0C325) is unknown color: approx Bahia. HEX triplet: A0, C3 and 25. RGB value is (160,195,37). Sum of RGB (Red+Green+Blue) = 160+195+37=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C325 is #5F3CDA. Grayscale: #A7A7A7. Windows color (decimal): -6241499 or 2474912. OLE color: 2474912.

HSL color Cylindrical-coordinate representation of color #A0C325: hue angle of 73.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0C325 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB16019537-
CMYK0.1800.810.24
HSL73.29º68.1%45.49%-
HSV(B)73.29º81.03%76.47%-
XYZ34.3546.648.94-
YUV166.5254.9123.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 195 (76.56% from 255) = 49.74%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=40.82%
G=49.74%
B=9.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160195370.1800.810.2473.2968.145.49
HexA0C325120511849442d
Octal240303452201213011110455
Binary101000001100001110010110010010100011100010010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c325; }

 p { color: rgb(160,195,37); }

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

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

 a { background-color: rgb(160,195,37); }

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

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

 span { border-color: rgb(160,195,37); }

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