#A5BA60

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

Shades of Green Smoke #A5BA60

Tints of Green Smoke #A5BA60

Color information

#A5BA60 (or 0xA5BA60) is unknown color: approx Green Smoke. HEX triplet: A5, BA and 60. RGB value is (165,186,96). Sum of RGB (Red+Green+Blue) = 165+186+96=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA60 is #5A459F. Grayscale: #A9A9A9. Windows color (decimal): -5916064 or 6339237. OLE color: 6339237.

HSL color Cylindrical-coordinate representation of color #A5BA60: hue angle of 74º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5BA60 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB16518696-
CMYK0.1100.480.27
HSL74º39.47%55.29%-
HSV(B)74º48.39%72.94%-
XYZ35.1943.9617.7-
YUV169.4686.54124.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=36.91%
G=41.61%
B=21.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165186960.1100.480.277439.4755.29
HexA5BA60B0301B4a2737
Octal24527214013060331124767
Binary1010010110111010110000010110110000110111001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA60; }

 p { color: rgb(165,186,96); }

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

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

 a { background-color: rgb(165,186,96); }

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

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

 span { border-color: rgb(165,186,96); }

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