#A5C315

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

Shades of Bahia #A5C315

Tints of Bahia #A5C315

Color information

#A5C315 (or 0xA5C315) is unknown color: approx Bahia. HEX triplet: A5, C3 and 15. RGB value is (165,195,21). Sum of RGB (Red+Green+Blue) = 165+195+21=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C315 is #5A3CEA. Grayscale: #A6A6A6. Windows color (decimal): -5913835 or 1426341. OLE color: 1426341.

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

Color convert

RGB16519521-
CMYK0.1500.890.24
HSL70.34º80.56%42.35%-
HSV(B)70.34º89.23%76.47%-
XYZ35.1747.087.94-
YUV166.1946.06127.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 21 (8.59% from 255) = 5.51%
R=43.31%
G=51.18%
B=5.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195210.1500.890.2470.3480.5642.35
HexA5C315F0591846512a
Octal245303251701313010612152
Binary1010010111000011101011111010110011100010001101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C315; }

 p { color: rgb(165,195,21); }

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

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

 a { background-color: rgb(165,195,21); }

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

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

 span { border-color: rgb(165,195,21); }

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